(read_escape): Interpret \s as a SPACE character, except
commit32d0eeffb35a9854de511247e654a39efe2bc213
authorKim F. Storm <storm@cua.dk>
Thu, 13 Feb 2003 12:44:57 +0000 (13 12:44 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 13 Feb 2003 12:44:57 +0000 (13 12:44 +0000)
tree5869483c9fa6dd4c24116a412fe0da967d368fcb
parent50b720e84411b5b62d3726e7e04c53f77d094d34
(read_escape): Interpret \s as a SPACE character, except
for \s-X in a character constant which still is the super modifier.
(read1): Signal an `invalid read syntax' error if a character
constant is immediately followed by a digit or symbol character.
src/ChangeLog
src/lread.c