* lisp/files.el (write-file): Use vc-refresh-state.
This commit is contained in:
parent
0cbe7a2332
commit
db31a88325
1 changed files with 1 additions and 1 deletions
|
|
@ -4041,7 +4041,7 @@ Interactively, confirmation is required unless you supply a prefix argument."
|
|||
(save-buffer)
|
||||
;; It's likely that the VC status at the new location is different from
|
||||
;; the one at the old location.
|
||||
(vc-find-file-hook))
|
||||
(vc-refresh-state))
|
||||
|
||||
(defun file-extended-attributes (filename)
|
||||
"Return an alist of extended attributes of file FILENAME.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue