diff options
| -rw-r--r-- | lisp/dired-aux.el | 8 |
1 files changed, 4 insertions, 4 deletions
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, | |||
| 1320 | and new copies of these files are made in that directory | 1320 | and new copies of these files are made in that directory |
| 1321 | with the same names that the files currently have." | 1321 | with the same names that the files currently have." |
| 1322 | (interactive "P") | 1322 | (interactive "P") |
| 1323 | n (let ((dired-recursive-copies dired-recursive-copies)) | 1323 | (let ((dired-recursive-copies dired-recursive-copies)) |
| 1324 | (dired-do-create-files 'copy (function dired-copy-file) | 1324 | (dired-do-create-files 'copy (function dired-copy-file) |
| 1325 | (if dired-copy-preserve-time "Copy [-p]" "Copy") | 1325 | (if dired-copy-preserve-time "Copy [-p]" "Copy") |
| 1326 | arg dired-keep-marker-copy | 1326 | arg dired-keep-marker-copy |
| 1327 | nil dired-copy-how-to-fn))) | 1327 | nil dired-copy-how-to-fn))) |
| 1328 | 1328 | ||
| 1329 | ;;;###autoload | 1329 | ;;;###autoload |
| 1330 | (defun dired-do-symlink (&optional arg) | 1330 | (defun dired-do-symlink (&optional arg) |