From: Juanma Barranquero Date: Tue, 25 Sep 2007 11:06:14 +0000 (+0000) Subject: (find-lisp-insert-directory): Use `mapc' rather than `mapcar'. X-Git-Tag: emacs-pretest-23.0.90~10671 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1259dfc955b6dd193def48cbf46127ee5aeb794b;p=emacs.git (find-lisp-insert-directory): Use `mapc' rather than `mapcar'. --- 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." ;; 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