Variable: midnight-timer

midnight-timer is a variable defined in midnight.el.gz.

Value

[nil 27104 13456 740117 86400 run-hooks
     (midnight-hook)
     nil 135000 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.")