# HG changeset patch # User Roland McGrath # Date 742076748 0 # Node ID afa1ecd408e1bdc424292b5c09179b4e71de49e1 # Parent 7b72e141f1ad6935a2fc7f489d99a9f3ff4ef986 (basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook. diff -r 7b72e141f1ad -r afa1ecd408e1 lisp/files.el --- 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)