]> git.eshelyaron.com Git - emacs.git/commitdiff
(basic-save-buffer): Invoke after-save-hook, not after-save-hooks.
authorRoland McGrath <roland@gnu.org>
Wed, 7 Jul 1993 05:12:29 +0000 (05:12 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 7 Jul 1993 05:12:29 +0000 (05:12 +0000)
lisp/files.el

index e9a8f9ba28ae270c1d34762f00957b3466e74729..f500fec5d99f16ec86955305a7c9257fe64105cd 100644 (file)
@@ -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)