]> code.delx.au - gnu-emacs-elpa/commitdiff
Ensure a new line is added when printing to dired log buffer.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Sun, 1 May 2016 04:50:53 +0000 (06:50 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Sun, 1 May 2016 04:50:53 +0000 (06:50 +0200)
* dired-async.el (dired-async-create-files): Do it.

dired-async.el

index c18ec539212204fda1a17891cf1bdec18b557c8c..41f9f625aac28195cabd04ce5ea4e8053e23709f 100644 (file)
@@ -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