summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2017-11-29 16:44:20 -0800
committerJohn Wiegley <johnw@newartisans.com>2017-11-29 16:44:20 -0800
commit0887e1f9d07f7a0c82836d5991e2dc402b1d967d (patch)
treef34d44bf6bc9af5825ed160bc43084eb8b33f954
parentd8c1f02bf4d7ee3720a79ebd7c08e4668bcae310 (diff)
downloademacs-0887e1f9d0.tar.gz
Correct use-package-normalize-mode
-rw-r--r--lisp/use-package/use-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 4f3fb137d31..07bc2a2a777 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -1166,7 +1166,7 @@ representing symbols (that may need to be autloaded)."
(use-package-as-one (symbol-name keyword) args
(apply-partially #'use-package-normalize-pairs
#'use-package-regex-p
- #'(lambda (v) (use-package--recognize-function v #'null))
+ #'use-package--recognize-function
name)))
(defun use-package-handle-mode (name alist args rest state)