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

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

[elpa] externals/queue f83d2b8 11/14: Enable lexical binding, and fix is


From: Stefan Monnier
Subject: [elpa] externals/queue f83d2b8 11/14: Enable lexical binding, and fix issues it picks up.
Date: Mon, 14 Dec 2020 12:02:46 -0500 (EST)

branch: externals/queue
commit f83d2b81632d4f978ba50e8f35f6363239e007e3
Author: Toby S. Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@dr-qubit.org>

    Enable lexical binding, and fix issues it picks up.
---
 queue.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/queue.el b/queue.el
index e12ab1c..72311fa 100644
--- a/queue.el
+++ b/queue.el
@@ -1,4 +1,4 @@
-;;; queue.el --- Queue data structure
+;;; queue.el --- Queue data structure  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1991-1995, 2008-2009, 2012  Free Software Foundation, Inc
 



reply via email to

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