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 | 8e3ae0361c05713c2413fae3bcd035fc98c75935 (patch) | |
| tree | 22063e5056f055a043989458a25240c2f8e29b01 /modules/chrono-tools.el | |
| parent | 157ff71c98c5a2908be49a70015ef70869e1f29b (diff) | |
| download | dotemacs-8e3ae0361c05713c2413fae3bcd035fc98c75935.tar.gz dotemacs-8e3ae0361c05713c2413fae3bcd035fc98c75935.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/chrono-tools.el')
| -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 ccbac5f16..37a065f2c 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 |
