Variable: sc-minor-mode-hook
sc-minor-mode-hook is a customizable variable defined in
supercite.el.gz.
Value
nil
Documentation
Hook run after entering or leaving sc-minor-mode(var)/sc-minor-mode(fun).
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
;; ======================================================================
;; published interface to mail and news readers
(define-minor-mode sc-minor-mode nil
:group 'supercite
:lighter (" SC" (sc-auto-fill-region-p
(":f" (sc-fixup-whitespace-p "w"))
(sc-fixup-whitespace-p ":w")))
:keymap `((,sc-mode-map-prefix . ,sc-mode-map)))