summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-diminish.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-01-27 14:04:57 -0800
committerGitHub <noreply@github.com>2018-01-27 14:04:57 -0800
commitd21787f1d64a740c0e00899835d9200a0e4690df (patch)
treed82254a23787a05da0315316b5d844ed517c70b2 /lisp/use-package/use-package-diminish.el
parentfd8a3510fd1a555b925f57b2870917e3c4ea0206 (diff)
parent109167e8f50c61472998f3eb800b95dcab904695 (diff)
downloademacs-d21787f1d64a740c0e00899835d9200a0e4690df.tar.gz
emacs-d21787f1d64a740c0e00899835d9200a0e4690df.tar.bz2
emacs-d21787f1d64a740c0e00899835d9200a0e4690df.zip
Merge pull request from jabranham/lexical-bindings
[WIP] Lexical bindings GitHub-reference: https://github.com/jwiegley/use-package/issues/617
Diffstat (limited to 'lisp/use-package/use-package-diminish.el')
-rw-r--r--lisp/use-package/use-package-diminish.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/use-package/use-package-diminish.el b/lisp/use-package/use-package-diminish.el
index c2da62257e6..1f3895f42cd 100644
--- a/lisp/use-package/use-package-diminish.el
+++ b/lisp/use-package/use-package-diminish.el
@@ -1,4 +1,4 @@
-;;; use-package-diminish.el --- Support for the :diminish keyword
+;;; use-package-diminish.el --- Support for the :diminish keyword -*- lexical-binding: t; -*-
;; Copyright (C) 2012-2017 John Wiegley
@@ -62,7 +62,7 @@
(apply-partially #'use-package-normalize-diminish name) t))
;;;###autoload
-(defun use-package-handler/:diminish (name keyword arg rest state)
+(defun use-package-handler/:diminish (name _keyword arg rest state)
(let ((body (use-package-process-keywords name rest state)))
(use-package-concat
(mapcar #'(lambda (var)