mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
Undo an erroneous change
This commit is contained in:
parent
199399e552
commit
98b642b794
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue