From: Justin Talbott Date: Mon, 13 Aug 2018 19:15:42 +0000 (-0400) Subject: prefix argument with _ to suppress Unused lexical argument warning X-Git-Tag: emacs-29.0.90~1306^2~15^2~62^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=607879e647;p=emacs.git prefix argument with _ to suppress Unused lexical argument warning per @tarsius’s comment https://github.com/jwiegley/use-package/commit/5d9c854a6cf12fff2326ee5653e87e2d3d550a8d#commitcomment-29996666 --- 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)