1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(send_process): Add a hint that the function

can call Lisp code to its comment.
This commit is contained in:
Gerd Moellmann 2000-03-15 19:58:03 +00:00
parent da84f340a4
commit 1fb0098cc6

View File

@ -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)