Function: world-clock-cancel-timer
world-clock-cancel-timer is a byte-compiled function defined in
time.el.gz.
Signature
(world-clock-cancel-timer)
Documentation
Cancel the world clock timer.
Source Code
;; Defined in /usr/src/emacs/lisp/time.el.gz
(defun world-clock-cancel-timer ()
"Cancel the world clock timer."
(when world-clock--timer
(cancel-timer world-clock--timer)
(setq world-clock--timer nil)))