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:
parent
d51f684aef
commit
3ae275eedc
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
;;; simple-shorthand-test.el --- -*- lexical-binding: t; -*-
|
||||
|
||||
(defun f-test ()
|
||||
(let ((read-symbol-shorthands '(("foo-" . "bar-"))))
|
||||
(with-temp-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue