aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-09-25 11:06:14 +0000
committerJuanma Barranquero2007-09-25 11:06:14 +0000
commit1259dfc955b6dd193def48cbf46127ee5aeb794b (patch)
treec6d3e97d7a933602bc38a0c8264a8833fe494d5d
parent458c46fc13df0886d80b37cc6deaa930f867991f (diff)
downloademacs-1259dfc955b6dd193def48cbf46127ee5aeb794b.tar.gz
emacs-1259dfc955b6dd193def48cbf46127ee5aeb794b.zip
(find-lisp-insert-directory): Use `mapc' rather than `mapcar'.
-rw-r--r--lisp/find-lisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-lisp.el b/lisp/find-lisp.el
index 9b1f3275dfc..4c8d8bea215 100644
--- a/lisp/find-lisp.el
+++ b/lisp/find-lisp.el
@@ -270,7 +270,7 @@ It is a function which takes two arguments, the directory and its parent."
270 ;; No analog for find-lisp? 270 ;; No analog for find-lisp?
271 (insert find-lisp-line-indent "\n") 271 (insert find-lisp-line-indent "\n")
272 ;; Run the find function 272 ;; Run the find function
273 (mapcar 273 (mapc
274 (function 274 (function
275 (lambda(file) 275 (lambda(file)
276 (find-lisp-find-dired-insert-file 276 (find-lisp-find-dired-insert-file