projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c1f02
)
Correct use-package-normalize-mode
author
John Wiegley
<johnw@newartisans.com>
Thu, 30 Nov 2017 00:44:20 +0000
(16:44 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 30 Nov 2017 00:44:20 +0000
(16:44 -0800)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 4f3fb137d3160e582fdece257b23f0c00ef53d1b..07bc2a2a777c99f49debffdbba12b2d36db8f730 100644
(file)
--- 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)