From: Thierry Volpiatto Date: Sun, 1 May 2016 04:50:53 +0000 (+0200) Subject: Ensure a new line is added when printing to dired log buffer. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/a48e509be016ba5022d5528b43ca3371d41a1011 Ensure a new line is added when printing to dired log buffer. * dired-async.el (dired-async-create-files): Do it. --- diff --git a/dired-async.el b/dired-async.el index c18ec5392..41f9f625a 100644 --- a/dired-async.el +++ b/dired-async.el @@ -226,7 +226,7 @@ ESC or `q' to not overwrite any of the remaining files, (push (cons from to) async-fn-list)) (progn (push (dired-make-relative from) failures) - (dired-log "%s `%s' to `%s' failed" + (dired-log "%s `%s' to `%s' failed\n" operation from to))) (push (cons from to) async-fn-list))))) ;; When async-fn-list is empty that's mean only one file