emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8c2382d: ; Fix last change


From: Basil L. Contovounesios
Subject: master 8c2382d: ; Fix last change
Date: Sat, 24 Oct 2020 10:51:09 -0400 (EDT)

branch: master
commit 8c2382d309b437dca94d453e4bd5f3169bb36bfb
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix last change
---
 lisp/time.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/time.el b/lisp/time.el
index 519c962..eca9a07 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]