mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Correction to an eval-after-load expansion
This commit is contained in:
parent
8c00f108bf
commit
d70d70843a
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ deferred until the prefix key sequence is pressed."
|
|||
body
|
||||
(list t))))))
|
||||
(if (plist-get state :deferred)
|
||||
(unless (equal config-body '(t))
|
||||
(unless (or (null config-body) (equal config-body '(t)))
|
||||
`((eval-after-load ',name-symbol
|
||||
',(macroexp-progn config-body))))
|
||||
(use-package--with-elapsed-timer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue