From: Thierry Volpiatto Date: Mon, 25 Apr 2016 12:51:30 +0000 (+0200) Subject: Add comment no code change. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/1763517b556646f81ad14e166d19f4352beb03bd Add comment no code change. * dired-async.el (dired-async-create-files): Do it. --- diff --git a/dired-async.el b/dired-async.el index 64f958a1d..18e86fc86 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))