summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2014-02-08 20:30:00 -0800
committerLars Ingebrigtsen <larsi@gnus.org>2014-02-08 20:30:00 -0800
commitc7b92b881686b5869d02d968693f61b980e11c3f (patch)
treeec0357185def1605714b05000d5540500bf02dab /lisp/dired-aux.el
parent90b43013e97241654dd87f6c8af1ee710a2475ab (diff)
downloademacs-c7b92b881686b5869d02d968693f61b980e11c3f.tar.gz
* dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.
Fixes: debbugs:11328
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 8f1a4be9d50..c8e29b5ad96 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1343,9 +1343,7 @@ Special value `always' suppresses confirmation."
(eq t (car attrs))
(or (eq recursive 'always)
(yes-or-no-p (format "Recursive copies of %s? " from))))
- ;; This is a directory.
(copy-directory from to preserve-time)
- ;; Not a directory.
(or top (dired-handle-overwrite to))
(condition-case err
(if (stringp (car attrs))