Variable: sc-attribs-postselect-hook
sc-attribs-postselect-hook is a customizable variable defined in
supercite.el.gz.
Value
nil
Documentation
Hook to run after selecting an attribution, but before confirmation.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-attribs-postselect-hook nil
"Hook to run after selecting an attribution, but before confirmation."
:type 'hook
:group 'supercite-attr
:group 'supercite-hooks)