aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMasatake YAMATO2004-10-08 15:50:59 +0000
committerMasatake YAMATO2004-10-08 15:50:59 +0000
commit9afed9b1fa5aa59623def395f6229e177e0810d0 (patch)
treeb49f88efa8a5e593defeebc42dda9f09c41fa70d /lisp/ChangeLog
parent7ff2aa3963ec6a11d1789090aea6b0aba763a302 (diff)
downloademacs-9afed9b1fa5aa59623def395f6229e177e0810d0.tar.gz
emacs-9afed9b1fa5aa59623def395f6229e177e0810d0.zip
(server-process-filter): Wrap `process-send-region'
by `condition-case' to guard the case when the pipe to PROC is closed.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e67c4f1b5da..236993fd00b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12004-10-09 Masatake YAMATO <jet@gyve.org>
2
3 * server.el (server-process-filter): Wrap `process-send-region'
4 by `condition-case' to guard the case when the pipe to PROC is
5 closed.
6
12004-10-07 Mark A. Hershberger <mah@everybody.org> 72004-10-07 Mark A. Hershberger <mah@everybody.org>
2 8
3 * xml.el (xml-substitute-special): Limit handling of external 9 * xml.el (xml-substitute-special): Limit handling of external