summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-05-01 00:07:09 -0400
committerKyle Meyer <kyle@kyleam.com>2021-05-01 00:07:09 -0400
commit45a3d7a900cb845263723c10daa3d3a94bee7ab3 (patch)
tree88767a04dc8ebf6360fbee6dd6f3147281af4ea6
parente266fac1edb9efab4d7b31c682ff857faff57179 (diff)
downloadorg-mode-45a3d7a900cb845263723c10daa3d3a94bee7ab3.tar.gz
org-tags-expand: Mark unused argument to silence byte-compiler
* lisp/org.el (org-tags-expand): Mark DOWNCASED as unused.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index d972c63..05c52a2 100644
--- a/lisp/org.el
+++ b/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.