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

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

[elpa] elpa 943a75c 23/26: Fix paren error in dired-async


From: Thierry Volpiatto
Subject: [elpa] elpa 943a75c 23/26: Fix paren error in dired-async
Date: Fri, 30 Apr 2021 14:35:22 -0400 (EDT)

branch: elpa
commit 943a75c6a5375de132c32914e0fd0a0d368931f2
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix paren error in dired-async
---
 dired-async.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dired-async.el b/dired-async.el
index 1dba956..5525416 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -321,8 +321,8 @@ ESC or `q' to not overwrite any of the remaining files,
                                  do (condition-case err
                                         (funcall fn from dest t)
                                       (file-error
-                                       (dired-log "%s: %s\n" (car err) (cdr 
err)))
-                                      nil))
+                                       (dired-log "%s: %s\n" (car err) (cdr 
err))
+                                       nil)))
                         (when (get-buffer dired-log-buffer)
                           (dired-log t)
                           (with-current-buffer dired-log-buffer



reply via email to

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