aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2021-10-08 18:36:29 -0400
committerStefan Monnier2021-10-08 18:36:29 -0400
commit3ae275eedc1c8d2a61a4a549c39c88bb08fd8ff2 (patch)
tree4483dfad146287501e12dcc7f18bd8370cc58704
parentd51f684aef8e4283377014cc544c1b214a958d35 (diff)
downloademacs-3ae275eedc1c8d2a61a4a549c39c88bb08fd8ff2.tar.gz
emacs-3ae275eedc1c8d2a61a4a549c39c88bb08fd8ff2.zip
test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el: Lexbind
Add the usual lexical-binding cookie.
-rw-r--r--test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el2
1 files changed, 2 insertions, 0 deletions
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 14c8e845d11..9b41fb5426c 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 @@
1;;; simple-shorthand-test.el --- -*- lexical-binding: t; -*-
2
1(defun f-test () 3(defun f-test ()
2 (let ((read-symbol-shorthands '(("foo-" . "bar-")))) 4 (let ((read-symbol-shorthands '(("foo-" . "bar-"))))
3 (with-temp-buffer 5 (with-temp-buffer