From: Thierry Volpiatto Date: Sun, 1 May 2016 05:46:24 +0000 (+0200) Subject: When failures have been printed to dired log add the date at bob. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/a7e8cf3c93b403253d304981ef239521d074a419 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. --- 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