From ea1856442df7a3407e03b97d56b791acfae5edd9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 17 Feb 2000 09:13:39 +0000 Subject: (dired-do-copy): Remove spurios character.`n' within the code. --- lisp/dired-aux.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/dired-aux.el') diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 0dbe65007a8..77f06456c4c 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1320,11 +1320,11 @@ When operating on multiple or marked files, you specify a directory, and new copies of these files are made in that directory with the same names that the files currently have." (interactive "P") -n (let ((dired-recursive-copies dired-recursive-copies)) + (let ((dired-recursive-copies dired-recursive-copies)) (dired-do-create-files 'copy (function dired-copy-file) - (if dired-copy-preserve-time "Copy [-p]" "Copy") - arg dired-keep-marker-copy - nil dired-copy-how-to-fn))) + (if dired-copy-preserve-time "Copy [-p]" "Copy") + arg dired-keep-marker-copy + nil dired-copy-how-to-fn))) ;;;###autoload (defun dired-do-symlink (&optional arg) -- cgit v1.2.1