emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3ae275e: test/lisp/progmodes/elisp-mode-resources/simple-shorthan


From: Stefan Monnier
Subject: master 3ae275e: test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el: Lexbind
Date: Fri, 8 Oct 2021 18:36:41 -0400 (EDT)

branch: master
commit 3ae275eedc1c8d2a61a4a549c39c88bb08fd8ff2
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el: Lexbind
    
    Add the usual lexical-binding cookie.
---
 test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el 
b/test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el
index 14c8e84..9b41fb5 100644
--- a/test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el
+++ b/test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el
@@ -1,3 +1,5 @@
+;;; simple-shorthand-test.el ---   -*- lexical-binding: t; -*-
+
 (defun f-test ()
   (let ((read-symbol-shorthands '(("foo-" . "bar-"))))
     (with-temp-buffer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]