# HG changeset patch # User Roland McGrath # Date 742021949 0 # Node ID ac63dbdb7ab728ac6d352e5d113b911078d44050 # Parent d7374f1828b5e0f5d97ce6ab38f2a5028c9d9b7d (basic-save-buffer): Invoke after-save-hook, not after-save-hooks. diff -r d7374f1828b5 -r ac63dbdb7ab7 lisp/files.el --- a/lisp/files.el Wed Jul 07 04:31:38 1993 +0000 +++ b/lisp/files.el Wed Jul 07 05:12:29 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-hooks)) + (run-hooks 'after-save-hook)) (message "(No changes need to be saved)"))) (defun save-some-buffers (&optional arg exiting)