Variable: after-save-hook

after-save-hook is a customizable variable defined in files.el.gz.

Value

(kfile:narrow-to-kcells
 cvs-mark-buffer-changed
 rmail-after-save-hook)

Documentation

Normal hook that is run after a buffer is saved to its file.

Used only by save-buffer.

View in manual

Probably introduced at or before Emacs version 21.1.

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defcustom after-save-hook nil
  "Normal hook that is run after a buffer is saved to its file.
Used only by `save-buffer'."
  :options '(executable-make-buffer-file-executable-if-script-p)
  :type 'hook
  :group 'files)