]> git.eshelyaron.com Git - emacs.git/commit
Stop signaling an error when reading "smart quotes" in symbols
authorNoam Postavsky <npostavs@gmail.com>
Sat, 10 Mar 2018 23:20:45 +0000 (18:20 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 28 Nov 2019 23:03:42 +0000 (18:03 -0500)
commit85f586f3ce5c6d9598d345440fd57e0fc9b8d98b
tree10723ac9f3d20dc4a4bb045b1e58c02234a9c9e5
parent98f8c5fb07dcb4e20b8ba6648bdabf5c0d3b5145
Stop signaling an error when reading "smart quotes" in symbols

Revert commits from 2018-01-28 "Fix round tripping of read->print for
symbols with strange quotes", and 2017-07-22 "Signal error for symbol
names with strange quotes (Bug#2967)".
* etc/NEWS: Remove corresponding entries.
* src/character.c (confusable_symbol_character_p):
* test/src/lread-tests.el (lread-tests--old-style-backquotes): Remove.
* src/lread.c (read1): Don't signal error on confusable character.
* src/print.c (print_object): Don't escape confusable characters.
etc/NEWS
src/character.c
src/character.h
src/lread.c
src/print.c
test/src/lread-tests.el