1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

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

Add the usual lexical-binding cookie.
This commit is contained in:
Stefan Monnier 2021-10-08 18:36:29 -04:00
parent d51f684aef
commit 3ae275eedc

View file

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