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:
parent
0517689cf3
commit
45442561d3
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue