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

* lisp/org.el (org-tags-expand): Mark DOWNCASED as unused.
This commit is contained in:
Kyle Meyer 2021-05-01 00:07:09 -04:00
parent e266fac1ed
commit 45a3d7a900
1 changed files with 1 additions and 1 deletions

View File

@ -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.