branch: externals/async
commit 31b169150c58b8d40db552094018ed7b053d234d
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
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 ()