Variable: semantic-idle-scheduler-mode

semantic-idle-scheduler-mode is a buffer-local variable defined in idle.el.gz.

Documentation

Non-nil if Semantic-Idle-Scheduler mode is enabled.

Use the command semantic-idle-scheduler-mode(var)/semantic-idle-scheduler-mode(fun) to change this variable.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
(defvar-local semantic-idle-scheduler-mode nil
  "Non-nil if idle-scheduler minor mode is enabled.
Use the command `semantic-idle-scheduler-mode' to change this variable.")