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