aboutsummaryrefslogtreecommitdiff
path: root/emms-later-do.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-later-do.el')
-rw-r--r--emms-later-do.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-later-do.el b/emms-later-do.el
index e2729ab..68e29d3 100644
--- a/emms-later-do.el
+++ b/emms-later-do.el
@@ -1,4 +1,4 @@
-;;; emms-later-do.el --- execute lisp code ... later
+;;; emms-later-do.el --- execute lisp code ... later -*- lexical-binding: t; -*-
;; Copyright (C) 2004, 2005, 2006, 2007, 2008,
;; 2009, 2018 Free Software Foundation, Inc.
@@ -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))