projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
199399e
)
Undo an erroneous change
author
John Wiegley
<johnw@newartisans.com>
Mon, 16 Mar 2015 00:07:03 +0000
(19:07 -0500)
committer
John Wiegley
<johnw@newartisans.com>
Mon, 16 Mar 2015 00:07:03 +0000
(19:07 -0500)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index c63929cc0f25ce1fc4a98b13176affe1a2960764..50b1431759e2358f8a79f19b89034f7f00b27984 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-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)