From de97d5e8eb944f21a48fee986770b16919dfa352 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Jun 2005 21:23:17 +0000 Subject: [PATCH] (dired-do-copy): Fix arg prompt. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2