From 1259dfc955b6dd193def48cbf46127ee5aeb794b Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 25 Sep 2007 11:06:14 +0000 Subject: [PATCH] (find-lisp-insert-directory): Use `mapc' rather than `mapcar'. --- lisp/find-lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5