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

index 9aa7cfef23b2b0bdee034b1559719706b173250a..6221073718969be75954b665619f4345fe03093f 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-hook))
+       (run-hooks 'after-save-buffer-hook))
     (message "(No changes need to be saved)")))
 
 (defun save-some-buffers (&optional arg exiting)