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

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

[elpa] externals/emms a83b370 61/80: add lexical declarations


From: Stefan Monnier
Subject: [elpa] externals/emms a83b370 61/80: add lexical declarations
Date: Wed, 17 Mar 2021 18:42:31 -0400 (EDT)

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

    add lexical declarations
---
 emms-lyrics.el            | 2 +-
 emms-mark.el              | 2 +-
 emms-metaplaylist-mode.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/emms-lyrics.el b/emms-lyrics.el
index 95b8e29..0b18d24 100644
--- a/emms-lyrics.el
+++ b/emms-lyrics.el
@@ -1,4 +1,4 @@
-;;; emms-lyrics.el --- Display lyrics synchronically
+;;; emms-lyrics.el --- Display lyrics synchronically  -*- lexical-binding: t; 
-*-
 
 ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2013 Free Software 
Foundation, Inc.
 
diff --git a/emms-mark.el b/emms-mark.el
index b7d2558..ec9960c 100644
--- a/emms-mark.el
+++ b/emms-mark.el
@@ -1,4 +1,4 @@
-;;; emms-mark.el --- mark track like dired
+;;; emms-mark.el --- mark track like dired  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2006, 2007, 2008, 2009, 2018 Free Software Foundation, Inc.
 ;;
diff --git a/emms-metaplaylist-mode.el b/emms-metaplaylist-mode.el
index d4616f0..40d7b74 100644
--- a/emms-metaplaylist-mode.el
+++ b/emms-metaplaylist-mode.el
@@ -1,4 +1,4 @@
-;;; emms-metaplaylist-mode.el --- A major mode for lists of Emms playlists
+;;; emms-metaplaylist-mode.el --- A major mode for lists of Emms playlists  
-*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2006, 2007, 2008, 2009, 2017-2018 Free Software Foundation, 
Inc.
 



reply via email to

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