(dired-do-copy): Remove spurios character.`n'
authorGerd Moellmann <gerd@gnu.org>
Thu, 17 Feb 2000 09:13:39 +0000 (09:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 17 Feb 2000 09:13:39 +0000 (09:13 +0000)
within the code.

lisp/dired-aux.el

index 0dbe650..77f0645 100644 (file)
@@ -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)