projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b7e8e
)
Fix use-package-normalize-function
author
Alex Branham
<alex.branham@gmail.com>
Tue, 22 May 2018 17:37:28 +0000
(12:37 -0500)
committer
Alex Branham
<alex.branham@gmail.com>
Thu, 14 Jun 2018 01:24:09 +0000
(20:24 -0500)
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 9f7828f43efa9e172ff4c9def9bbd630ad0d3be2..525b478313bf0bf25230c3df726de5e3f81e1c21 100644
(file)
--- a/
lisp/use-package/use-package-core.el
+++ b/
lisp/use-package/use-package-core.el
@@
-920,7
+920,7
@@
If RECURSED is non-nil, recurse into sublists."
(eq 'lambda (car v)))
v)
((and (listp v)
- (memq
'(quote function) (car v
))
+ (memq
(car v) '(quote function
))
(eq 'lambda (car (cadr v))))
(cadr v))
(t v)))