aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/emms.el b/emms.el
index 6f378fa..4689b49 100644
--- a/emms.el
+++ b/emms.el
@@ -1,11 +1,11 @@
-;;; emms.el --- The Emacs Multimedia System
+;;; emms.el --- The Emacs Multimedia System -*- lexical-binding: t; -*-
;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008,
;; 2009, 2018, 2020 Free Software Foundation, Inc.
;; Author: Jorgen Schäfer <forcer@forcix.cx>, the Emms developers (see AUTHORS file)
;; Maintainer: Yoni Rabkin <yrk@gnu.org>
-;; Version: 6.02
+;; Version: 6.03
;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia
;; Package-Type: multi
;; Package-Requires: ((cl-lib "0.5") (seq))
@@ -45,7 +45,7 @@
;;; Code:
-(defvar emms-version "6.00"
+(defvar emms-version "6.03"
"EMMS version string.")
@@ -1261,6 +1261,7 @@ ignore this."
(defun emms-default-ok-track-function (track)
"A function which OKs all tracks for playing by default."
+ (ignore track) ;; explicit ignore
t)
;;; Helper functions