From 3ae275eedc1c8d2a61a4a549c39c88bb08fd8ff2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 8 Oct 2021 18:36:29 -0400 Subject: [PATCH] test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el: Lexbind Add the usual lexical-binding cookie. --- .../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 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 @@ +;;; simple-shorthand-test.el --- -*- lexical-binding: t; -*- + (defun f-test () (let ((read-symbol-shorthands '(("foo-" . "bar-")))) (with-temp-buffer -- 2.39.5