From b4e5a3c7c43ebe1163ce88ccc8ab307f3a240009 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 7 Jul 1993 05:12:29 +0000 Subject: [PATCH] (basic-save-buffer): Invoke after-save-hook, not after-save-hooks. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index e9a8f9ba28a..f500fec5d99 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1483,7 +1483,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-hooks)) + (run-hooks 'after-save-hook)) (message "(No changes need to be saved)"))) (defun save-some-buffers (&optional arg exiting) -- 2.39.5