]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change
authorJohn Wiegley <johnw@newartisans.com>
Tue, 5 Dec 2017 23:46:44 +0000 (15:46 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 5 Dec 2017 23:46:44 +0000 (15:46 -0800)
lisp/use-package/use-package-core.el

index b46bdfa8651b30be563a222573357e2debdb767a..649779bb2714cc0a3de9d3f72a4a75d3724c7db1 100644 (file)
@@ -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