]> git.eshelyaron.com Git - emacs.git/commit
Add mechanism for escaping shorthand substitution feature/shorthand-namespacing
authorJoão Távora <joaotavora@gmail.com>
Wed, 22 Sep 2021 22:53:15 +0000 (23:53 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 22 Sep 2021 22:53:15 +0000 (23:53 +0100)
commita2df797f8321f411bce8997ddcd11f74d3f74df1
tree07f26c5df20221bac4a4aaf31666bb015daf69a5
parent881478bca93efd5acbb08b3a9df7a7ccebef514a
Add mechanism for escaping shorthand substitution

* src/lread.c (read1): Add skip_shorthand variable.  Add a '#\'
case.  Sometimes call oblookup instead of
oblookup_considering_shorthand.
src/lread.c