branch: elpa/boxquote
commit a07e9d321569b72296c267ac4460277b42b71b3e
Merge: fe676396fa 8c45c0fdcd
Author: Dave Pearson <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #10 from tarsiiformes/silencio
    
    Set lexical-binding explicitly
---
 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