Переглянути джерело

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.