emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/emms 3a7d56a 62/80: * emms-mode-line.el: add lexical an


From: Stefan Monnier
Subject: [elpa] externals/emms 3a7d56a 62/80: * emms-mode-line.el: add lexical and fix
Date: Wed, 17 Mar 2021 18:42:31 -0400 (EDT)

branch: externals/emms
commit 3a7d56aa0321609f97adff6c5091f4476c78fc1f
Author: Yoni Rabkin <yoni@rabkins.net>
Commit: Yoni Rabkin <yoni@rabkins.net>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]