diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-03-03 10:19:40 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-03-03 10:19:40 -0500 |
commit | 3a7d56aa0321609f97adff6c5091f4476c78fc1f (patch) | |
tree | b39d19204cec043f3783f3db98d613fff9df7a89 | |
parent | a83b3700864cc2c9d63ea1c7cb1de6bb1409e6d9 (diff) |
* emms-mode-line.el: add lexical and fix
Explicit ignore.
-rw-r--r-- | emms-mode-line.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |