]> git.eshelyaron.com Git - emacs.git/commitdiff
(basic-save-buffer): Call vc-after-save.
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Aug 1995 19:06:19 +0000 (19:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Aug 1995 19:06:19 +0000 (19:06 +0000)
lisp/files.el

index f852f21640cdc390d7c8987e2dcb06cae6bb4e92..8cb1a66183ac08838631a7cd6ea5fba420121d2d 100644 (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)"))))