aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-01 14:42:21 +0000
committerGerd Moellmann1999-11-01 14:42:21 +0000
commitdb8878fb451ed301a61e03d0a7ad6cfc5bfc0fa4 (patch)
tree76bc497d492b01607bccf317beebea8c834d267f /src
parent90c6f4b6500c7d015386151f16bf05ea24b89c8d (diff)
downloademacs-db8878fb451ed301a61e03d0a7ad6cfc5bfc0fa4.tar.gz
emacs-db8878fb451ed301a61e03d0a7ad6cfc5bfc0fa4.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
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 @@
11999-11-01 Gerd Moellmann <gerd@gnu.org> 11999-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