]> code.delx.au - gnu-emacs/commitdiff
(dired-create-files): Use `mapc' rather than `mapcar'.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 25 Sep 2007 10:44:23 +0000 (10:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 25 Sep 2007 10:44:23 +0000 (10:44 +0000)
lisp/dired-aux.el

index f904238c8fa9833de38c196c2234d2697cfb6321..e0749f375aea382862ee80e8b3f7b536bb99cc65 100644 (file)
@@ -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))