]> code.delx.au - gnu-emacs-elpa/blobdiff - dired-async.el
Remove unused commented code.
[gnu-emacs-elpa] / dired-async.el
index c18ec539212204fda1a17891cf1bdec18b557c8c..d7377a90de98ce377c9445cff5fcd2fe85071253 100644 (file)
@@ -44,7 +44,6 @@
 
 (eval-when-compile
   (defvar async-callback))
-;; (defvar dired-async-operation nil)
 
 (defgroup dired-async nil
   "Copy rename files asynchronously from dired."
@@ -226,7 +225,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