aboutsummaryrefslogtreecommitdiff
path: root/scripts/coverage-summary.py
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-28 03:56:24 -0400
committerCraig Jennings <c@cjennings.net>2026-06-28 04:01:06 -0400
commit19e103fea2e55a3e3bc3a777b4c618e644b57760 (patch)
tree6af33c4c7bf146ace78db9feec09a02f5885f23b /scripts/coverage-summary.py
parentec38418d6d3eb4342363af1714f0073a74d52fbc (diff)
downloademacs-wttrin-19e103fea2e55a3e3bc3a777b4c618e644b57760.tar.gz
emacs-wttrin-19e103fea2e55a3e3bc3a777b4c618e644b57760.zip
fix: stop the mode-line cleanly when disabled before startup fires
The delayed initial fetch was scheduled with run-at-time but the one-shot timer was discarded, and when the mode is enabled before after-init the start is queued on after-init-hook. Disabling the mode before either fired could still start timers, hit the network, or mutate mode-line state after the user turned it off. Stop now cancels the stored startup timer and removes the after-init hook, and the startup callback no-ops when the mode is off.
Diffstat (limited to 'scripts/coverage-summary.py')
0 files changed, 0 insertions, 0 deletions