From: Richard M. Stallman Date: Thu, 8 Jul 1993 20:51:51 +0000 (+0000) Subject: (basic-save-buffer): Use after-save-hook. X-Git-Tag: emacs-19.34~11819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bf3d475510ebfaf45e308a1ab414639c0d03be9;p=emacs.git (basic-save-buffer): Use after-save-hook. --- diff --git a/lisp/files.el b/lisp/files.el index 38fc1fc3cdf..a9ebe2bb8e4 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)