1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 14:01:43 -08:00

Whitespace change

This commit is contained in:
John Wiegley 2017-12-05 15:46:44 -08:00
parent 7b8e94a61a
commit 4882df8285

View 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