mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
Whitespace change
This commit is contained in:
parent
7b8e94a61a
commit
4882df8285
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue