Variable: blink-cursor-timer
blink-cursor-timer is a variable defined in frame.el.gz.
Value
nil
Documentation
Timer started from blink-cursor-start.
This timer calls blink-cursor-timer-function every
blink-cursor-interval seconds.
Source Code
;; Defined in /usr/src/emacs/lisp/frame.el.gz
(defvar blink-cursor-timer nil
"Timer started from `blink-cursor-start'.
This timer calls `blink-cursor-timer-function' every
`blink-cursor-interval' seconds.")