Variable: sc-attribs-preselect-hook

sc-attribs-preselect-hook is a customizable variable defined in supercite.el.gz.

Value

nil

Documentation

Hook to run before selecting an attribution.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-attribs-preselect-hook nil
  "Hook to run before selecting an attribution."
  :type 'hook
  :group 'supercite-attr
  :group 'supercite-hooks)