branch: externals/tmr commit 6f7dcc82f5c5efd18a70899e10d7ef025af00d7a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix typo --- tmr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmr.el b/tmr.el index 87bab5695a..86222be758 100644 --- a/tmr.el +++ b/tmr.el @@ -255,7 +255,7 @@ completion candidates." tmr--timers) ('nil (user-error "No timers available")) (`(,timer) timer) - (_ + (timers (let* ((formatter (or description #'tmr--long-description)) (timer-descriptions (mapcar formatter timers)) (selection (completing-read "Timer: " timer-descriptions nil t)))