From: Juanma Barranquero Date: Tue, 25 Sep 2007 10:44:23 +0000 (+0000) Subject: (dired-create-files): Use `mapc' rather than `mapcar'. X-Git-Tag: emacs-pretest-23.0.90~10681 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52a17143257cf296770e1f77916f28024692cc28;p=emacs.git (dired-create-files): Use `mapc' rather than `mapcar'. --- 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))