emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a48e509 28/39: Ensure a new line is added when printing to


From: Thierry Volpiatto
Subject: [elpa] master a48e509 28/39: Ensure a new line is added when printing to dired log buffer.
Date: Wed, 18 May 2016 18:02:53 +0000 (UTC)

branch: master
commit a48e509be016ba5022d5528b43ca3371d41a1011
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Ensure a new line is added when printing to dired log buffer.
    
    * dired-async.el (dired-async-create-files): Do it.
---
 dired-async.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dired-async.el b/dired-async.el
index c18ec53..41f9f62 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]