mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(finder-compile-keywords): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
1259dfc955
commit
3731290f9e
@ -134,7 +134,7 @@ no arguments compiles from `load-path'."
|
||||
(insert ";; Don't edit this file. It's generated by finder.el\n\n")
|
||||
(insert ";;; Code:\n")
|
||||
(insert "\n(setq finder-package-info '(\n")
|
||||
(mapcar
|
||||
(mapc
|
||||
(lambda (d)
|
||||
(when (file-exists-p (directory-file-name d))
|
||||
(message "Directory %s" d)
|
||||
|
Loading…
Reference in New Issue
Block a user