Variable: semantic-idle-scheduler-mode-hook
semantic-idle-scheduler-mode-hook is a customizable variable defined
in idle.el.gz.
Value
nil
Documentation
Hook run at the end of the function semantic-idle-scheduler-mode(var)/semantic-idle-scheduler-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
;;; MINOR MODE
;;
;; The minor mode portion of this code just sets up the minor mode
;; which does the initial scheduling of the idle timers.
;;
(defcustom semantic-idle-scheduler-mode-hook nil
"Hook run at the end of the function `semantic-idle-scheduler-mode'."
:group 'semantic
:type 'hook)