aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-15 22:16:57 -0600
committerCraig Jennings <c@cjennings.net>2026-02-15 22:16:57 -0600
commit108e29a1ab97a241988292cac3b66f4d076c91e9 (patch)
tree92fa0e7a6a7559fa4ba2c722e579fce50e015471
parentd208dceedf58e18208b904a17515b44ad495008b (diff)
downloaddotemacs-108e29a1ab97a241988292cac3b66f4d076c91e9.tar.gz
dotemacs-108e29a1ab97a241988292cac3b66f4d076c91e9.zip
fix(chrono-tools): correct undefined variable in timer reset message
notification-package → notification-sound in cj/tmr-reset-sound-to-default. Also remove 10 untestable modules from ERT checklist [13/14].
-rw-r--r--modules/chrono-tools.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chrono-tools.el b/modules/chrono-tools.el
index ccbac5f1..37a065f2 100644
--- a/modules/chrono-tools.el
+++ b/modules/chrono-tools.el
@@ -106,7 +106,7 @@ Present all audio files in the sounds directory and set the chosen file as
(interactive)
(setq tmr-sound-file notification-sound)
(message "Timer sound reset to default: %s"
- (file-name-nondirectory notification-package)))
+ (file-name-nondirectory notification-sound)))
(use-package tmr
:defer 0.5