aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-23 21:23:17 +0000
committerRichard M. Stallman2005-06-23 21:23:17 +0000
commitde97d5e8eb944f21a48fee986770b16919dfa352 (patch)
tree076f89a78c8916ed361845c764dc6f4208fb810d
parent1287f53fa685a1ee6502898b3f13591d33187612 (diff)
downloademacs-de97d5e8eb944f21a48fee986770b16919dfa352.tar.gz
emacs-de97d5e8eb944f21a48fee986770b16919dfa352.zip
(dired-do-copy): Fix arg prompt.
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
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
1509 (interactive "P") 1509 (interactive "P")
1510 (let ((dired-recursive-copies dired-recursive-copies)) 1510 (let ((dired-recursive-copies dired-recursive-copies))
1511 (dired-do-create-files 'copy (function dired-copy-file) 1511 (dired-do-create-files 'copy (function dired-copy-file)
1512 (if dired-copy-preserve-time "Copy [-p]" "Copy") 1512 "Copy"
1513 arg dired-keep-marker-copy 1513 arg dired-keep-marker-copy
1514 nil dired-copy-how-to-fn))) 1514 nil dired-copy-how-to-fn)))
1515 1515