aboutsummaryrefslogtreecommitdiff
path: root/emms-later-do.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-03-02 16:23:43 -0500
committerYoni Rabkin <yoni@rabkins.net>2021-03-02 16:23:43 -0500
commitc76a1a61449eaa783650f14b7a6de8c8987c2194 (patch)
treef1113afbebae674c2c74726d88af9647ada5053c /emms-later-do.el
parent80ac539322f80e728bbda19314915f71e99e63ee (diff)
* emms-later-do.el: tell the compiler that we know
Diffstat (limited to 'emms-later-do.el')
-rw-r--r--emms-later-do.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-later-do.el b/emms-later-do.el
index 579db66..68e29d3 100644
--- a/emms-later-do.el
+++ b/emms-later-do.el
@@ -76,7 +76,7 @@ empty."
(setq emms-later-do-timer nil)
(let (res)
(unwind-protect
- (dotimes (b (min emms-later-do-batch (length emms-later-do-list)) res)
+ (dotimes (_b (min emms-later-do-batch (length emms-later-do-list)) res)
(let ((fun (caar emms-later-do-list))
(args (cdar emms-later-do-list)))
(setq emms-later-do-list (cdr emms-later-do-list))