Variable: semantic-idle-scheduler-timer
semantic-idle-scheduler-timer is a variable defined in idle.el.gz.
Value
nil
Documentation
Timer used to schedule tasks in idle time.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
;;; Code:
;;; TIMER RELATED FUNCTIONS
;;
(defvar semantic-idle-scheduler-timer nil
"Timer used to schedule tasks in idle time.")