emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116366: * dired-aux.el (dired-copy-file-recursive):


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116366: * dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.
Date: Sun, 09 Feb 2014 04:31:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116366
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/11328
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 20:30:00 -0800
message:
  * dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/dired-aux.el              diredaux.el-20091113204419-o5vbwnq5f7feedwu-484
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-09 03:51:23 +0000
+++ b/lisp/ChangeLog    2014-02-09 04:30:00 +0000
@@ -1,5 +1,8 @@
 2014-02-09  Lars Ingebrigtsen  <address@hidden>
 
+       * 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).

=== modified file 'lisp/dired-aux.el'
--- a/lisp/dired-aux.el 2014-01-02 22:35:00 +0000
+++ b/lisp/dired-aux.el 2014-02-09 04:30:00 +0000
@@ -1343,9 +1343,7 @@
             (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]