소스 검색

org-tags-expand: Mark unused argument to silence byte-compiler

* lisp/org.el (org-tags-expand): Mark DOWNCASED as unused.
Kyle Meyer 3 년 전
부모
커밋
45a3d7a900
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -11731,7 +11731,7 @@ an accumulator used in recursive calls."
 		(org--tags-expand-group (cdr group) tag-groups expanded))))))
   expanded)
 
-(defun org-tags-expand (match &optional single-as-list downcased)
+(defun org-tags-expand (match &optional single-as-list _downcased)
   "Expand group tags in MATCH.
 
 This replaces every group tag in MATCH with a regexp tag search.