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:
parent
62daf326f2
commit
1bf3d47551
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue