1
0
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:
Richard M. Stallman 1995-08-22 19:06:19 +00:00
parent 6cf85938f4
commit 4953086242

View File

@ -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)"))))