Mercurial > emacs
changeset 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 | 6679826cccf2 |
children | 7f05fee725b0 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)))