]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-do-copy): Fix arg prompt.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:23:17 +0000 (21:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:23:17 +0000 (21:23 +0000)
lisp/dired-aux.el

index eec3045b53a837790faaa59f210c6623d229ccd6..963866b355431755742fcbdcb03136b0db7be8d8 100644 (file)
@@ -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)))