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

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

[elpa] externals/async 31b1691 02/60: Don't query in set-visited-file-na


From: Stefan Monnier
Subject: [elpa] externals/async 31b1691 02/60: Don't query in set-visited-file-name.
Date: Tue, 8 Oct 2019 10:11:26 -0400 (EDT)

branch: externals/async
commit 31b169150c58b8d40db552094018ed7b053d234d
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Don't query in set-visited-file-name.
    
    * 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 d0de789..ed37953 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -262,7 +262,7 @@ ESC or `q' to not overwrite any of the remaining files,
                           for destp = (file-exists-p to)
                           do (and bf destp
                                   (with-current-buffer bf
-                                    (set-visited-file-name to nil t))))))))
+                                    (set-visited-file-name to t t))))))))
     ;; Start async process.
     (when async-fn-list
       (async-start `(lambda ()



reply via email to

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