Correction to an eval-after-load expansion

This commit is contained in:
John Wiegley 2015-03-21 03:49:08 -05:00
parent 8c00f108bf
commit d70d70843a

View file

@ -864,7 +864,7 @@ deferred until the prefix key sequence is pressed."
body body
(list t)))))) (list t))))))
(if (plist-get state :deferred) (if (plist-get state :deferred)
(unless (equal config-body '(t)) (unless (or (null config-body) (equal config-body '(t)))
`((eval-after-load ',name-symbol `((eval-after-load ',name-symbol
',(macroexp-progn config-body)))) ',(macroexp-progn config-body))))
(use-package--with-elapsed-timer (use-package--with-elapsed-timer