Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
49530862
Commit
49530862
authored
Aug 22, 1995
by
Richard M. Stallman
Browse files
(basic-save-buffer): Call vc-after-save.
parent
6cf85938
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/files.el
lisp/files.el
+2
-0
No files found.
lisp/files.el
View file @
49530862
...
...
@@ -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)"
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment