]> code.delx.au - gnu-emacs-elpa/commitdiff
Add comment no code change.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 25 Apr 2016 12:51:30 +0000 (14:51 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 25 Apr 2016 12:51:30 +0000 (14:51 +0200)
* dired-async.el (dired-async-create-files): Do it.

dired-async.el

index 64f958a1d5bd937e6a62e63ba7e041dcbdee2e58..18e86fc86a01fae2222e2989fb6e6b7c7747d8fa 100644 (file)
@@ -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))