From: Basil L. Contovounesios Date: Sat, 24 Oct 2020 14:50:16 +0000 (+0100) Subject: ; Fix last change X-Git-Tag: emacs-28.0.90~5444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c2382d309b437dca94d453e4bd5f3169bb36bfb;p=emacs.git ; Fix last change --- diff --git a/lisp/time.el b/lisp/time.el index 519c96242dd..eca9a0752e4 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -585,7 +585,7 @@ To turn off the world time display, go to the window and type `\\[quit-window]'. "Cancel the world clock timer." (when world-clock--timer (cancel-timer world-clock--timer) - (setq world-clock--timer nil)))) + (setq world-clock--timer nil))) (defun world-clock-update (&optional _arg _noconfirm) "Update the `world-clock' buffer."