mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.
Fixes: debbugs:11328
This commit is contained in:
parent
90b43013e9
commit
c7b92b8816
@ -1,5 +1,8 @@
|
||||
2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* dired-aux.el (dired-copy-file-recursive): Remove slighly
|
||||
misleading comment (bug#11328).
|
||||
|
||||
* repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
|
||||
|
||||
* icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user