From: Gerd Moellmann Date: Wed, 15 Mar 2000 19:58:03 +0000 (+0000) Subject: (send_process): Add a hint that the function X-Git-Tag: emacs-pretest-21.0.90~4632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fb0098cc67f1033919dca58c94af147505e10ca;p=emacs.git (send_process): Add a hint that the function can call Lisp code to its comment. --- 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)