1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -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)))))) (list t))))))
(if (plist-get state :deferred) (if (plist-get state :deferred)
(unless (or (null config-body) (equal config-body '(t))) (unless (or (null config-body) (equal config-body '(t)))
`((progn `((eval-after-load ,(if (symbolp name) `',name name)
(eval-after-load ,(if (symbolp name) `',name name) ',(macroexp-progn config-body))))
',(macroexp-progn config-body))
t)))
(use-package--with-elapsed-timer (use-package--with-elapsed-timer
(format "Loading package %s" name) (format "Loading package %s" name)
(if use-package-expand-minimally (if use-package-expand-minimally