]> git.eshelyaron.com Git - emacs.git/commitdiff
test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el: Lexbind
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Oct 2021 22:36:29 +0000 (18:36 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Oct 2021 22:36:29 +0000 (18:36 -0400)
Add the usual lexical-binding cookie.

test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el

index 14c8e845d1171197b319e101f99c88782fcc46ff..9b41fb5426c7f07b80659c8a5ce2813eade29c34 100644 (file)
@@ -1,3 +1,5 @@
+;;; simple-shorthand-test.el ---   -*- lexical-binding: t; -*-
+
 (defun f-test ()
   (let ((read-symbol-shorthands '(("foo-" . "bar-"))))
     (with-temp-buffer