diff src/ChangeLog @ 49765:ef3e82270e93

(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.
author Kim F. Storm <storm@cua.dk>
date Thu, 13 Feb 2003 12:44:57 +0000
parents 3c0d2b073718
children 8cdcf1a04744 d7ddb3e565de
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 13 11:57:42 2003 +0000
+++ b/src/ChangeLog	Thu Feb 13 12:44:57 2003 +0000
@@ -1,5 +1,10 @@
 2003-02-13  Kim F. Storm  <storm@cua.dk>
 
+	* lread.c (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.
+
 	* search.c (Fmatch_data): Doc fix.  Explicitly state that
 	match-data is undefined if last search failed.