projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b8e94a
)
Whitespace change
author
John Wiegley
<johnw@newartisans.com>
Tue, 5 Dec 2017 23:46:44 +0000
(15:46 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Tue, 5 Dec 2017 23:46:44 +0000
(15:46 -0800)
lisp/use-package/use-package-core.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package-core.el
b/lisp/use-package/use-package-core.el
index b46bdfa8651b30be563a222573357e2debdb767a..649779bb2714cc0a3de9d3f72a4a75d3724c7db1 100644
(file)
--- a/
lisp/use-package/use-package-core.el
+++ b/
lisp/use-package/use-package-core.el
@@
-877,7
+877,8
@@
representing symbols (that may need to be autloaded)."
(let ((body (use-package-process-keywords name rest state)))
(use-package-concat
(mapcar #'(lambda (path)
- `(eval-and-compile (add-to-list 'load-path ,path))) arg)
+ `(eval-and-compile (add-to-list 'load-path ,path)))
+ arg)
body)))
;;;; :no-require