comparison lisp/ChangeLog @ 57379:ea05d398b4d7

(server-process-filter): Wrap `process-send-region' by `condition-case' to guard the case when the pipe to PROC is closed.
author Masatake YAMATO <jet@gyve.org>
date Fri, 08 Oct 2004 15:50:59 +0000
parents f84c23342f84
children bb0119c0fae0
comparison
equal deleted inserted replaced
57378:ec29b8d91b96 57379:ea05d398b4d7
1 2004-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
1 2004-10-07 Mark A. Hershberger <mah@everybody.org> 7 2004-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
4 entities. 10 entities.
5 11