summaryrefslogtreecommitdiff
path: root/lisp/time.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2020-10-24 15:50:16 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2020-10-24 15:50:16 +0100
commit8c2382d309b437dca94d453e4bd5f3169bb36bfb (patch)
treed0ce5d61a4529ee2c84bc0f2a0065314b91f5852 /lisp/time.el
parent97267d2bf1fbb9279d32f75eda9dbcf0c4316edd (diff)
downloademacs-8c2382d309b437dca94d453e4bd5f3169bb36bfb.tar.gz
; Fix last change
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el2
1 files changed, 1 insertions, 1 deletions
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."