branch: elpa/boxquote
commit 8c45c0fdcd973e60b3228997a70637d873cc2d9f
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Set lexical-binding explicitly
    
    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.
    
    It would be better to enable lexical-binding.
    
    I also sneaked in a newline and removed a period to comply with
    the summary line conventions.
---
 boxquote.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/boxquote.el b/boxquote.el
index 26ea89333a..f5df19f723 100644
--- a/boxquote.el
+++ b/boxquote.el
@@ -1,4 +1,5 @@
-;;; boxquote.el --- Quote text with a semi-box.
+;;; boxquote.el --- Quote text with a semi-box  -*- lexical-binding: nil -*-
+
 ;; Copyright 1999-2022 by Dave Pearson <[email protected]>
 
 ;; Author: Dave Pearson <[email protected]>

Reply via email to