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:
parent
4a34b41f96
commit
607879e647
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue