Explorar o código

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

* lisp/org.el (org-tags-expand): Mark DOWNCASED as unused.
Kyle Meyer %!s(int64=4) %!d(string=hai) anos
pai
achega
45a3d7a900
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.