aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-15 19:58:03 +0000
committerGerd Moellmann2000-03-15 19:58:03 +0000
commit1fb0098cc67f1033919dca58c94af147505e10ca (patch)
tree233067658469b391625434530fb0bcbb113012ba /src/process.c
parentda84f340a4e0e097638464e50035d1bd4804fa51 (diff)
downloademacs-1fb0098cc67f1033919dca58c94af147505e10ca.tar.gz
emacs-1fb0098cc67f1033919dca58c94af147505e10ca.zip
(send_process): Add a hint that the function
can call Lisp code to its comment.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 3 insertions, 1 deletions
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 ()
3249 is sent. But if the data ends at the middle of multi-byte 3249 is sent. But if the data ends at the middle of multi-byte
3250 representation, that incomplete sequence of bytes are sent without 3250 representation, that incomplete sequence of bytes are sent without
3251 being encoded. Should we store them in a buffer to prepend them to 3251 being encoded. Should we store them in a buffer to prepend them to
3252 the data send later? */ 3252 the data send later?
3253
3254 This function can evaluate Lisp code and can garbage collect. */
3253 3255
3254void 3256void
3255send_process (proc, buf, len, object) 3257send_process (proc, buf, len, object)