summaryrefslogtreecommitdiff
path: root/modules
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
commitb4ad7954eae625ba69a98812a5d488c8ddb936c2 (patch)
tree55838face3577fc7e0bbc6cdc47c089fedde3002 /modules
parente8aac566086562de95dae81986e15cbe9d146653 (diff)
downloaddotemacs-b4ad7954eae625ba69a98812a5d488c8ddb936c2.tar.gz
dotemacs-b4ad7954eae625ba69a98812a5d488c8ddb936c2.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].
Diffstat (limited to 'modules')
-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