emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 1763517 14/39: Add comment no code change.


From: Thierry Volpiatto
Subject: [elpa] master 1763517 14/39: Add comment no code change.
Date: Wed, 18 May 2016 18:02:51 +0000 (UTC)

branch: master
commit 1763517b556646f81ad14e166d19f4352beb03bd
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Add comment no code change.
    
    * dired-async.el (dired-async-create-files): Do it.
---
 dired-async.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dired-async.el b/dired-async.el
index 64f958a..18e86fc 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -262,6 +262,7 @@ ESC or `q' to not overwrite any of the remaining files,
                                 ;; Same feature as "cp --backup=numbered from 
to"
                                 ;; Symlinks are copied as file from source 
unlike
                                 ;; `dired-copy-file' which is same as cp -d.
+                                ;; Directories are omitted.
                                 (lambda (from to ok)
                                   (cond ((file-directory-p from) (ignore))
                                         (t (let ((count 0))



reply via email to

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