branch: externals/emms
commit c76a1a61449eaa783650f14b7a6de8c8987c2194
Author: Yoni Rabkin <[email protected]>
Commit: Yoni Rabkin <[email protected]>

    * emms-later-do.el: tell the compiler that we know
---
 emms-later-do.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))

Reply via email to