Mercurial > emacs
diff lisp/files.el @ 4027:afa1ecd408e1
(basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 07 Jul 1993 20:25:48 +0000 |
parents | 3a16b66a26d9 |
children | e5cf0991893a |
line wrap: on
line diff
--- a/lisp/files.el Wed Jul 07 20:13:57 1993 +0000 +++ b/lisp/files.el Wed Jul 07 20:25:48 1993 +0000 @@ -1483,7 +1483,7 @@ ;; 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)