mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
Fix use-package-normalize-function
This commit is contained in:
parent
09b7e8e129
commit
bdd7fd3565
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue