From 1763517b556646f81ad14e166d19f4352beb03bd Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Mon, 25 Apr 2016 14:51:30 +0200 Subject: [PATCH] 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 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)) -- 2.39.2