diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d849ecb49e3..bf03f943786 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2003-02-13 Kim F. Storm <storm@cua.dk> | 1 | 2003-02-13 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * lread.c (read_escape): Interpret \s as a SPACE character, except | ||
| 4 | for \s-X in a character constant which still is the super modifier. | ||
| 5 | (read1): Signal an `invalid read syntax' error if a character | ||
| 6 | constant is immediately followed by a digit or symbol character. | ||
| 7 | |||
| 3 | * search.c (Fmatch_data): Doc fix. Explicitly state that | 8 | * search.c (Fmatch_data): Doc fix. Explicitly state that |
| 4 | match-data is undefined if last search failed. | 9 | match-data is undefined if last search failed. |
| 5 | 10 | ||