From b20dd4d77b92197d88d7cf3512fe202581d5c430 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 15 Dec 2023 22:29:45 +0100 Subject: Use lexical-binding Emacs 30.0.50 has started to warn when this variable isn't set, presumably so that the default can be changed from nil to t in a few years. I see no reason not to use lexical-binding. --- elisp/geiser-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elisp/geiser-base.el') diff --git a/elisp/geiser-base.el b/elisp/geiser-base.el index cb315e0..134a3f4 100644 --- a/elisp/geiser-base.el +++ b/elisp/geiser-base.el @@ -1,4 +1,4 @@ -;;; geiser-base.el --- shared bits +;;; geiser-base.el --- shared bits -*- lexical-binding: t -*- ;; Copyright (C) 2009, 2010, 2012, 2013, 2015, 2016, 2019 Jose Antonio Ortega Ruiz -- cgit v1.2.3