projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec41be
)
rename function
author
Justin Talbott
<justin@waymondo.com>
Sat, 15 Jun 2019 00:00:16 +0000
(20:00 -0400)
committer
Justin Talbott
<justin@waymondo.com>
Sat, 15 Jun 2019 00:00:16 +0000
(20:00 -0400)
lisp/use-package/use-package-core.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package-core.el
b/lisp/use-package/use-package-core.el
index 543cb80d1865d5be7925c41dc89cd2b9eefb5720..4729e230165ac28fe345390c4a87145898957592 100644
(file)
--- a/
lisp/use-package/use-package-core.el
+++ b/
lisp/use-package/use-package-core.el
@@
-1266,10
+1266,10
@@
meaning:
(concat (symbol-name sym)
use-package-hook-name-suffix)))
(function ,fun)))
- (use-package-hook-handler-
flatten
-mode-symbols syms)))))
+ (use-package-hook-handler-
normalize
-mode-symbols syms)))))
(use-package-normalize-commands args))))
-(defun use-package-hook-handler-
flatten
-mode-symbols (syms)
+(defun use-package-hook-handler-
normalize
-mode-symbols (syms)
"Ensure that `SYMS' turns into a list of modes."
(if (use-package-non-nil-symbolp syms) (list syms) syms))