Recompute mode-lines when marking conflicts resolved
* lisp/vc/vc.el (vc-mark-resolved): Recompute the mode lines of the affected files.
This commit is contained in:
@@ -1549,6 +1549,9 @@ After check-out, runs the normal hook `vc-checkout-hook'."
|
||||
(vc-call-backend backend 'mark-resolved files)
|
||||
;; FIXME: Is this TRTD? Might not be.
|
||||
`((vc-state . edited)))
|
||||
;; Recompute mode lines.
|
||||
(dolist (file files)
|
||||
(vc-mode-line file backend))
|
||||
(message
|
||||
(substitute-command-keys
|
||||
"Conflicts have been resolved in %s. \
|
||||
|
||||
Reference in New Issue
Block a user