From 1fb0098cc67f1033919dca58c94af147505e10ca Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 15 Mar 2000 19:58:03 +0000 Subject: [PATCH] (send_process): Add a hint that the function can call Lisp code to its comment. --- src/process.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/process.c b/src/process.c index 7f7fb8e9cf8..8b23d2f91f0 100644 --- a/src/process.c +++ b/src/process.c @@ -3249,7 +3249,9 @@ send_process_trap () 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) -- 2.39.5