aboutsummaryrefslogtreecommitdiff
path: root/chime.el
diff options
context:
space:
mode:
Diffstat (limited to 'chime.el')
-rw-r--r--chime.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/chime.el b/chime.el
index 8b4ee74..c75bace 100644
--- a/chime.el
+++ b/chime.el
@@ -1689,6 +1689,7 @@ When called programmatically, returns structured validation results."
(defun chime--stop ()
"Stop the notification timer and cancel any in-progress check."
(-some-> chime--timer (cancel-timer))
+ (setq chime--timer nil)
(when chime--process
(interrupt-process chime--process)
(setq chime--process nil))