diff lisp/dired-aux.el @ 63715:503f7ad3d4d8

(dired-do-copy): Fix arg prompt.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Jun 2005 21:23:17 +0000
parents 95e7ae46e475
children dd8f5792476e b7da78284d4c
line wrap: on
line diff
--- a/lisp/dired-aux.el	Thu Jun 23 21:22:43 2005 +0000
+++ b/lisp/dired-aux.el	Thu Jun 23 21:23:17 2005 +0000
@@ -1509,7 +1509,7 @@
   (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)))