1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 23:31:33 -07:00

(basic-save-buffer): Use after-save-hook.

This commit is contained in:
Richard M. Stallman 1993-07-08 20:51:51 +00:00
parent 62daf326f2
commit 1bf3d47551

View file

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