aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-03-02 16:23:18 -0500
committerYoni Rabkin <yoni@rabkins.net>2021-03-02 16:23:18 -0500
commita80cdb6c62aa74fa271b37d59aefd692c65745cd (patch)
tree42fb354767c4b96ca2826ae7d7dee2208635a7fe
parent0bd9d678d8bea1b4d15bfaab0ebc2b6a9d8a815f (diff)
Add lexical declarations
-rw-r--r--emms-info-ogginfo.el2
-rw-r--r--emms-info-opusinfo.el2
-rw-r--r--emms-last-played.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/emms-info-ogginfo.el b/emms-info-ogginfo.el
index 2d8412f..f28b072 100644
--- a/emms-info-ogginfo.el
+++ b/emms-info-ogginfo.el
@@ -1,4 +1,4 @@
-;;; emms-info-ogginfo.el --- Emms information from Ogg Vorbis files.
+;;; emms-info-ogginfo.el --- Emms information from Ogg Vorbis files. -*- lexical-binding: t; -*-
;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
diff --git a/emms-info-opusinfo.el b/emms-info-opusinfo.el
index d636f7b..0a6cee6 100644
--- a/emms-info-opusinfo.el
+++ b/emms-info-opusinfo.el
@@ -1,4 +1,4 @@
-;;; emms-info-opusinfo.el --- Emms information from Ogg Opus files.
+;;; emms-info-opusinfo.el --- Emms information from Ogg Opus files. -*- lexical-binding: t; -*-
;; Copyright (C) 2018 Free Software Foundation, Inc.
diff --git a/emms-last-played.el b/emms-last-played.el
index 529869a..33f1c83 100644
--- a/emms-last-played.el
+++ b/emms-last-played.el
@@ -1,4 +1,4 @@
-;;; emms-last-played.el --- Support for last-played-time of a track
+;;; emms-last-played.el --- Support for last-played-time of a track -*- lexical-binding: t; -*-
;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.