mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Undo an erroneous change
This commit is contained in:
parent
199399e552
commit
98b642b794
@ -424,7 +424,7 @@ the user specified.")
|
||||
,(format "Configuring package %s"
|
||||
name-string)
|
||||
,@config-body)))
|
||||
(list `(eval-after-load ,(if (stringp name) name `',name)
|
||||
(list `(eval-after-load ,name-string
|
||||
',body)))))
|
||||
`((use-package-with-elapsed-timer
|
||||
,(format "Loading package %s" name-string)
|
||||
|
Loading…
Reference in New Issue
Block a user