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

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

Value

nil

Documentation

Hook run before option semantic-idle-scheduler begins parsing.

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
;;; REPARSING
;;
;; Reparsing is installed as semantic idle service.
;; This part ALWAYS happens, and other services occur
;; afterwards.

(defvar semantic-before-idle-scheduler-reparse-hook nil
  "Hook run before option `semantic-idle-scheduler' begins parsing.
If any hook function throws an error, this variable is reset to nil.
This hook is not protected from lexical errors.")