aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-06-19 22:22:47 +0000
committerDave Love2000-06-19 22:22:47 +0000
commit943e731c81c574ebbfdcd49cd008d5f92aa23357 (patch)
tree28905d5a6b207ebc3dddf82a7479cec53188ef7c /src/ChangeLog
parent11cb8c532d7ed2bbc25a67afb83a61e7b8704078 (diff)
downloademacs-943e731c81c574ebbfdcd49cd008d5f92aa23357.tar.gz
emacs-943e731c81c574ebbfdcd49cd008d5f92aa23357.zip
(Fparse_partial_sexp): Doc fix.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7f4acdb6106..3b1eb52712a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-06-19 Dave Love <fx@gnu.org> 12000-06-19 Dave Love <fx@gnu.org>
2 2
3 * syntax.c (Fparse_partial_sexp): Doc fix.
4
5 * regex.h: Test PROTOTYPES as well as __STDC__.
6
3 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare 7 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare
4 errno, strerror. Put text after #endif in comment. 8 errno, strerror. Put text after #endif in comment.
5 9