From 52a17143257cf296770e1f77916f28024692cc28 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 25 Sep 2007 10:44:23 +0000 Subject: [PATCH] (dired-create-files): Use `mapc' rather than `mapcar'. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index f904238c8fa..e0749f375ae 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1330,7 +1330,7 @@ Special value `always' suppresses confirmation." skipped (success-count 0) (total (length fn-list))) (let (to overwrite-query overwrite-backup-query) ; for dired-handle-overwrite - (mapcar + (mapc (function (lambda (from) (setq to (funcall name-constructor from)) -- 2.39.2