Skip to content

Commit

Permalink
Fix emacs bug#71401 with dired-vc-rename-file
Browse files Browse the repository at this point in the history
Make child emacs aware of its value.
  • Loading branch information
thierryvolpiatto committed Jun 17, 2024
1 parent 72b70b0 commit cff2bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dired-async.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit cff2bd0

@kickingvegas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.