# HG changeset patch # User Gerd Moellmann # Date 953150283 0 # Node ID 336858b2b11aeb2606cf79f760562dcb23b147cc # Parent 2e784b17f85a5d18e46f9f0de96d7a34e5280a06 (send_process): Add a hint that the function can call Lisp code to its comment. diff -r 2e784b17f85a -r 336858b2b11a src/process.c --- 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)