1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

prefix argument with _ to suppress Unused lexical argument warning

per @tarsius’s comment
5d9c854a6c (commitcomment-29996666)
This commit is contained in:
Justin Talbott 2018-08-13 15:15:42 -04:00
parent 4a34b41f96
commit 607879e647

View file

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