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 a52142ddbab..bd81dde8e22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 1999-11-01 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * data.c (Qtext_read_only): New built-in error. | ||
| 4 | (syms_of_data): Initialize it. | ||
| 5 | |||
| 6 | * lisp.h: Add extern declaration for Qtext_read_only. | ||
| 7 | |||
| 3 | * syntax.c: Remove whitespace after open or in front of closing | 8 | * syntax.c: Remove whitespace after open or in front of closing |
| 4 | parentheses. | 9 | parentheses. |
| 5 | 10 | ||