branch: externals/async
commit cff2bd0be3c78a2eb76717eed60302972fe9b8c5
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix emacs bug#71401 with dired-vc-rename-file
    
    Make child emacs aware of its value.
---
 dired-async.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dired-async.el b/dired-async.el
index 0d768540fd..43dcfdc04a 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -387,6 +387,7 @@ ESC or `q' to not overwrite any of the remaining files,
                              (dired-copy-preserve-time
                               ,dired-copy-preserve-time)
                              (dired-create-destination-dirs ',create-dir)
+                             (dired-vc-rename-file ,dired-vc-rename-file)
                              auth-source-save-behavior)
                          (setq overwrite-backup-query nil)
                          ;; Inline `backup-file' as long as it is not

Reply via email to