branch: master commit 1763517b556646f81ad14e166d19f4352beb03bd Author: Thierry Volpiatto <thierry.volpia...@gmail.com> Commit: Thierry Volpiatto <thierry.volpia...@gmail.com>
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))