changeset 27724:ad0510be24fe

(dired-do-copy): Remove spurios character.`n' within the code.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 17 Feb 2000 09:13:39 +0000
parents d9c1cf87db61
children fb13a4706619
files lisp/dired-aux.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired-aux.el	Thu Feb 17 08:19:21 2000 +0000
+++ b/lisp/dired-aux.el	Thu Feb 17 09:13:39 2000 +0000
@@ -1320,11 +1320,11 @@
 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)