From: John Wiegley Date: Tue, 5 Dec 2017 23:46:44 +0000 (-0800) Subject: Whitespace change X-Git-Tag: emacs-29.0.90~1306^2~15^2~130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4882df8285;p=emacs.git Whitespace change --- 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