Variable: mh-insert-signature-hook
mh-insert-signature-hook is a customizable variable defined in
mh-e.el.gz.
Value
nil
Documentation
Hook run by C-c C-s (mh-insert-signature) after signature has been inserted.
Hook functions may access the actual name of the file or the
function used to insert the signature with
mh-signature-file-name.
This variable was added, or its default value changed, in MH-E version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-insert-signature-hook nil
"Hook run by \\<mh-letter-mode-map>\\[mh-insert-signature] after signature has been inserted.
Hook functions may access the actual name of the file or the
function used to insert the signature with
`mh-signature-file-name'."
:type 'hook
:group 'mh-hooks
:group 'mh-letter
:package-version '(MH-E . "8.0"))