1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

Revert "Return t' after calling eval-after-load'"

This reverts commit 87a8ff6d69.
This commit is contained in:
John Wiegley 2017-02-18 01:32:34 -08:00
parent 0517689cf3
commit 45442561d3

View file

@ -1132,10 +1132,8 @@ deferred until the prefix key sequence is pressed."
(list t))))))
(if (plist-get state :deferred)
(unless (or (null config-body) (equal config-body '(t)))
`((progn
(eval-after-load ,(if (symbolp name) `',name name)
',(macroexp-progn config-body))
t)))
`((eval-after-load ,(if (symbolp name) `',name name)
',(macroexp-progn config-body))))
(use-package--with-elapsed-timer
(format "Loading package %s" name)
(if use-package-expand-minimally