From: Richard M. Stallman Date: Thu, 23 Jun 2005 21:23:17 +0000 (+0000) Subject: (dired-do-copy): Fix arg prompt. X-Git-Tag: emacs-pretest-22.0.90~8688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de97d5e8eb944f21a48fee986770b16919dfa352;p=emacs.git (dired-do-copy): Fix arg prompt. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index eec3045b53a..963866b3554 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1509,7 +1509,7 @@ suggested for the target directory depends on the value of (interactive "P") (let ((dired-recursive-copies dired-recursive-copies)) (dired-do-create-files 'copy (function dired-copy-file) - (if dired-copy-preserve-time "Copy [-p]" "Copy") + "Copy" arg dired-keep-marker-copy nil dired-copy-how-to-fn)))