Variable: semantic-after-idle-scheduler-reparse-hook

semantic-after-idle-scheduler-reparse-hook is a variable defined in idle.el.gz.

Value

nil

Documentation

Hook run after option semantic-idle-scheduler has parsed.

If any hook function throws an error, this variable is reset to nil. This hook is not protected from lexical errors.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
(defvar semantic-after-idle-scheduler-reparse-hook nil
  "Hook run after option `semantic-idle-scheduler' has parsed.
If any hook function throws an error, this variable is reset to nil.
This hook is not protected from lexical errors.")