From c7b92b881686b5869d02d968693f61b980e11c3f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 20:30:00 -0800 Subject: * dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment. Fixes: debbugs:11328 --- lisp/dired-aux.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/dired-aux.el') 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)) -- cgit v1.2.1