1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook.

This commit is contained in:
Roland McGrath 1993-07-07 20:25:48 +00:00
parent 88e37e7b31
commit 1e377362be

View File

@ -1483,7 +1483,7 @@ 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)
(run-hooks 'after-save-hook))
(run-hooks 'after-save-buffer-hook))
(message "(No changes need to be saved)")))
(defun save-some-buffers (&optional arg exiting)