branch: externals/emms
commit 3a7d56aa0321609f97adff6c5091f4476c78fc1f
Author: Yoni Rabkin <[email protected]>
Commit: Yoni Rabkin <[email protected]>
* emms-mode-line.el: add lexical and fix
Explicit ignore.
---
emms-mode-line.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/emms-mode-line.el b/emms-mode-line.el
index caac8b1..02d3a33 100644
--- a/emms-mode-line.el
+++ b/emms-mode-line.el
@@ -1,4 +1,4 @@
-;;; emms-mode-line.el --- Mode-Line and titlebar infos for emms
+;;; emms-mode-line.el --- Mode-Line and titlebar infos for emms -*-
lexical-binding: t; -*-
;; Copyright (C) 2004, 2005, 2006, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
@@ -117,6 +117,7 @@
Optional TRACK is used to be compatible with
`emms-track-updated-functions'. It's simply ignored currently."
+ (ignore track)
(emms-mode-line-alter-mode-line)
(emms-mode-line-alter-titlebar))