From a7e8cf3c93b403253d304981ef239521d074a419 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 1 May 2016 07:46:24 +0200 Subject: [PATCH] When failures have been printed to dired log add the date at bob. * dired-async.el (dired-async-create-files): Use dired-log with t. --- dired-async.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dired-async.el b/dired-async.el index d7377a90d..df8ea01d3 100644 --- a/dired-async.el +++ b/dired-async.el @@ -228,6 +228,8 @@ ESC or `q' to not overwrite any of the remaining files, (dired-log "%s `%s' to `%s' failed\n" operation from to))) (push (cons from to) async-fn-list))))) + ;; When failures have been printed to dired log add the date at bob. + (when (or failures skipped) (dired-log t)) ;; When async-fn-list is empty that's mean only one file ;; had to be copied and user finally answer NO. ;; In this case async process will never start and callback -- 2.39.2