Variable: rmail-edit-mode-hook

rmail-edit-mode-hook is a customizable variable defined in rmailedit.el.gz.

Value

nil

Documentation

List of functions to call when editing an RMAIL message.

This variable was added, or its default value changed, in Emacs 21.1.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmailedit.el.gz
(defcustom rmail-edit-mode-hook nil
  "List of functions to call when editing an RMAIL message."
  :type 'hook
  :version "21.1"
  :group 'rmail-edit)