(find-lisp-insert-directory): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
458c46fc13
commit
1259dfc955
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ It is a function which takes two arguments, the directory and its parent."
|
|||
;; No analog for find-lisp?
|
||||
(insert find-lisp-line-indent "\n")
|
||||
;; Run the find function
|
||||
(mapcar
|
||||
(mapc
|
||||
(function
|
||||
(lambda(file)
|
||||
(find-lisp-find-dired-insert-file
|
||||
|
|
Loading…
Add table
Reference in a new issue