Variable: comp-post-pass-hooks

comp-post-pass-hooks is a variable defined in comp.el.gz.

Value

nil

Documentation

Alist whose elements are of the form (PASS FUNCTIONS...).

Each function in FUNCTIONS is run after PASS. Useful to hook into pass checkers.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defvar comp-post-pass-hooks '()
  "Alist whose elements are of the form (PASS FUNCTIONS...).
Each function in FUNCTIONS is run after PASS.
Useful to hook into pass checkers.")