]> git.eshelyaron.com Git - emacs.git/commit
More descriptive character escape syntax error messages (bug#63436)
authorMattias Engdegård <mattiase@acm.org>
Thu, 11 May 2023 09:49:06 +0000 (11:49 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 11 May 2023 09:52:47 +0000 (11:52 +0200)
commit1174e8ba4d7196a770214721e5973a037684a130
treed9f950656178d8235b1191eded7b20091700beb9
parente4c8ba6c0589f1ba0ba9993c4f1e9c0821d3ca6c
More descriptive character escape syntax error messages (bug#63436)

* src/lread.c (invalid_escape_syntax_error): Remove.
(read_char_escape): Make certain messages more specific
than just "Invalid escape character syntax" to help finding
and understanding the error.
src/lread.c