branch: externals/queue commit f83d2b81632d4f978ba50e8f35f6363239e007e3 Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@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