Mercurial > emacs
changeset 28157:336858b2b11a
(send_process): Add a hint that the function
can call Lisp code to its comment.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 15 Mar 2000 19:58:03 +0000 |
parents | 2e784b17f85a |
children | baf9bc49ab85 |
files | src/process.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Wed Mar 15 19:57:38 2000 +0000 +++ b/src/process.c Wed Mar 15 19:58:03 2000 +0000 @@ -3249,7 +3249,9 @@ is sent. But if the data ends at the middle of multi-byte representation, that incomplete sequence of bytes are sent without being encoded. Should we store them in a buffer to prepend them to - the data send later? */ + the data send later? + + This function can evaluate Lisp code and can garbage collect. */ void send_process (proc, buf, len, object)