Mercurial > emacs
changeset 84859:4795469428b3
(dired-create-files): Use `mapc' rather than `mapcar'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 25 Sep 2007 10:44:23 +0000 |
parents | e745533cff59 |
children | a853167e2059 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Tue Sep 25 10:43:39 2007 +0000 +++ b/lisp/dired-aux.el Tue Sep 25 10:44:23 2007 +0000 @@ -1330,7 +1330,7 @@ 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))