(finder-compile-keywords): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
1259dfc955
commit
3731290f9e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue