]> git.eshelyaron.com Git - emacs.git/commitdiff
(basic-save-buffer): Use after-save-hook.
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 Jul 1993 20:51:51 +0000 (20:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 Jul 1993 20:51:51 +0000 (20:51 +0000)
lisp/files.el

index 38fc1fc3cdf7f2b85d2f66caa5c59ae550ebc7e9..a9ebe2bb8e4c8af8b8e347026fc8ad5893f83946 100644 (file)
@@ -1482,7 +1482,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-buffer-hook))
+       (run-hooks 'after-save-hook))
     (message "(No changes need to be saved)")))
 
 (defun save-some-buffers (&optional arg exiting)