Variable: sc-pre-hook
sc-pre-hook is a customizable variable defined in supercite.el.gz.
Value
nil
Documentation
Hook which gets run before each invocation of sc-cite-original.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-pre-hook nil
"Hook which gets run before each invocation of `sc-cite-original'."
:type 'hook
:group 'supercite-hooks)