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

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

[elpa] master bd43f86 053/187: * helm-async.el (dired-create-files): Hon


From: Michael Albinus
Subject: [elpa] master bd43f86 053/187: * helm-async.el (dired-create-files): Honor dired-overwrite-confirmed.
Date: Wed, 30 Dec 2015 11:49:38 +0000

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

    * helm-async.el (dired-create-files): Honor dired-overwrite-confirmed.
---
 helm-async.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/helm-async.el b/helm-async.el
index 6d611a4..db0d340 100644
--- a/helm-async.el
+++ b/helm-async.el
@@ -221,7 +221,8 @@ ESC or `q' to not overwrite any of the remaining files,
                    (file-in-directory-p destname from)
                    (error "Cannot copy `%s' into its subdirectory `%s'"
                           from to)))
-            (if helm-async-be-async
+            (if (and dired-overwrite-confirmed
+                     helm-async-be-async)
                 (push (cons from to) async-fn-list)
                 (condition-case err
                     (progn



reply via email to

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