projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdf1505
)
Establish autoloads after :init
author
John Wiegley
<johnw@newartisans.com>
Thu, 21 Jun 2012 02:35:50 +0000
(21:35 -0500)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 21 Jun 2012 02:35:53 +0000
(21:35 -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 2d1182a083552d74bc76ff700873adf636241a37..204dcae4a71cb49f292f3b2d3ed5517785ff230a 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-425,8
+425,8
@@
commands)
`(when ,(or predicate t)
- ,@form
,init-body
+ ,@form
,(unless (null config-body)
`(eval-after-load ,name-string
'(if ,requires-test