Variable: midnight-timer
midnight-timer is a variable defined in midnight.el.gz.
Value
nil
Documentation
Timer running the midnight-hook midnight-delay seconds after midnight.
Use cancel-timer to stop it and midnight-delay-set to change
the time when it is run.
Source Code
;; Defined in /usr/src/emacs/lisp/midnight.el.gz
(defvar midnight-timer nil
"Timer running the `midnight-hook' `midnight-delay' seconds after midnight.
Use `cancel-timer' to stop it and `midnight-delay-set' to change
the time when it is run.")