diff options
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r-- | lisp/use-package/use-package-core.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index b46bdfa8651..649779bb271 100644 --- 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 |