diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-15 22:16:57 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-15 22:16:57 -0600 |
| commit | a92b92de118ea13aab21ed4188c3f2ae7ac85f03 (patch) | |
| tree | 58b4f963c1967ea84b2d7960167a52d46bc0aa53 /modules | |
| parent | 46b3515798eb27ab4579a7956c5ef2d003839017 (diff) | |
| download | dotemacs-a92b92de118ea13aab21ed4188c3f2ae7ac85f03.tar.gz dotemacs-a92b92de118ea13aab21ed4188c3f2ae7ac85f03.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.el | 2 |
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 |
