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:
parent
7b8e94a61a
commit
4882df8285
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue