]> git.eshelyaron.com Git - emacs.git/commit
Add new variable to force new-style backquote interpretation.
authorPhilipp Stephani <phst@google.com>
Fri, 29 Dec 2017 20:50:55 +0000 (21:50 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 7 Jan 2018 13:16:02 +0000 (14:16 +0100)
commitddb74b2027802ab4416bd8cdb1757a209dd7a63b
tree938556910293db86bd2b074bba9a292339f6ce70
parent610dad1102cba5fa6111050d30c734b51bcdb77d
Add new variable to force new-style backquote interpretation.

* src/lread.c (syms_of_lread): Add new variable
'force-new-style-backquotes'.
(read_internal_start): Use it.

* test/src/lread-tests.el (lread-tests--force-new-style-backquotes):
New test.

* etc/NEWS: Document new variable.
etc/NEWS
src/lread.c
test/src/lread-tests.el