mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
(basic-save-buffer): Call vc-after-save.
This commit is contained in:
parent
6cf85938f4
commit
4953086242
@ -1758,6 +1758,8 @@ the last real save, but optional arg FORCE non-nil means delete anyway."
|
||||
;; If the auto-save file was recent before this command,
|
||||
;; delete it now.
|
||||
(delete-auto-save-file-if-necessary recent-save)
|
||||
;; Support VC `implicit' locking.
|
||||
(vc-after-save)
|
||||
(run-hooks 'after-save-hook))
|
||||
(message "(No changes need to be saved)"))))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user