From 51c060e13515ad4d609b54c9e749ddb7a6e183cd Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 15 Feb 2026 22:16:57 -0600 Subject: fix(chrono-tools): correct undefined variable in timer reset message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit notification-package → notification-sound in cj/tmr-reset-sound-to-default. Also remove 10 untestable modules from ERT checklist [13/14]. --- modules/chrono-tools.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/chrono-tools.el') 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 -- cgit v1.2.3