projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e481d97
)
use `eval-when-compile' for loading package at compile time, fixes issue
author
Noam Postavsky
<npostavs@gmail.com>
Tue, 13 Aug 2013 23:13:16 +0000
(19:13 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Tue, 13 Aug 2013 23:14:22 +0000
(19:14 -0400)
GitHub-reference: https://github.com/jwiegley/use-package/issues/29
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 33c6e18a626a9b3f28d7cd027917077270b7b7e5..59ecf93b2783beda073545b6583cc19fc3638eef 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-581,7
+581,7
@@
For full documentation. please see commentary.
(t
pkg-load-path)))
- (
when byte-compile-current-f
ile
+ (
eval-when-comp
ile
,@defines-eval
,(if (stringp name)
`(load ,name t)