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

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

[elpa] externals/emms a80cdb6 56/80: Add lexical declarations


From: Stefan Monnier
Subject: [elpa] externals/emms a80cdb6 56/80: Add lexical declarations
Date: Wed, 17 Mar 2021 18:42:30 -0400 (EDT)

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

    Add lexical declarations
---
 emms-info-ogginfo.el  | 2 +-
 emms-info-opusinfo.el | 2 +-
 emms-last-played.el   | 2 +-
 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.
 



reply via email to

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