aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2002-03-01 21:04:00 +0000
committerKim F. Storm2002-03-01 21:04:00 +0000
commit922eae5667702487f0996e78a9acefb296748530 (patch)
tree8300475cd21caa3214d6a3e9906f65cf98c5c9a2 /src/ChangeLog
parentb7301bff689b9c38b6b4dfe35685ab7d3c7abc80 (diff)
downloademacs-922eae5667702487f0996e78a9acefb296748530.tar.gz
emacs-922eae5667702487f0996e78a9acefb296748530.zip
(Fopen_network_stream): Use GCPRO6.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f04069c06a..008ac64ea07 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12002-03-01 Kim F. Storm <storm@cua.dk> 12002-03-01 Kim F. Storm <storm@cua.dk>
2 2
3 * lisp.h (GCPRO6): New macro.
4
5 * process.c (Fopen_network_stream): Use GCPRO6.
6
72002-03-01 Kim F. Storm <storm@cua.dk>
8
3 * process.c (Qconnect, Qfailed): New variables. 9 * process.c (Qconnect, Qfailed): New variables.
4 (syms_of_process): Intern and staticpro them. 10 (syms_of_process): Intern and staticpro them.
5 (Fprocess_status): Document connect and failed return values. 11 (Fprocess_status): Document connect and failed return values.