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-popup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elisp/geiser-popup.el') diff --git a/elisp/geiser-popup.el b/elisp/geiser-popup.el index 7af5f67..c838dd7 100644 --- a/elisp/geiser-popup.el +++ b/elisp/geiser-popup.el @@ -1,4 +1,4 @@ -;;; geiser-popup.el -- popup windows +;;; geiser-popup.el -- popup windows -*- lexical-binding: t; -*- ;; Copyright (C) 2009, 2010, 2012, 2013 Jose Antonio Ortega Ruiz -- cgit v1.2.3