summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Talbott <justin@waymondo.com>2018-08-13 15:15:42 -0400
committerJustin Talbott <justin@waymondo.com>2018-08-13 15:15:42 -0400
commit607879e6478c74f0f0468d7346f13073afdb19fd (patch)
tree6cb254c0708b3356a9baec0ece6c416337ae8dfc
parent4a34b41f960b2507b34795d37ecff94ea90d8ea8 (diff)
downloademacs-607879e647.tar.gz
prefix argument with _ to suppress Unused lexical argument warning
per @tarsius’s comment https://github.com/jwiegley/use-package/commit/5d9c854a6cf12fff2326ee5653e87e2d3d550a8d#commitcomment-29996666
-rw-r--r--lisp/use-package/use-package-chords.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-chords.el b/lisp/use-package/use-package-chords.el
index 909056fbebe..547adc27427 100644
--- a/lisp/use-package/use-package-chords.el
+++ b/lisp/use-package/use-package-chords.el
@@ -30,7 +30,7 @@
(defalias 'use-package-normalize/:chords 'use-package-normalize-binder)
;;;###autoload
-(defun use-package-handler/:chords (name keyword arg rest state)
+(defun use-package-handler/:chords (name _keyword arg rest state)
"Handler for `:chords' keyword in `use-package'."
(use-package-concat
(use-package-process-keywords name rest state)