diff options
| author | Gerd Moellmann | 2000-03-15 19:58:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-15 19:58:03 +0000 |
| commit | 1fb0098cc67f1033919dca58c94af147505e10ca (patch) | |
| tree | 233067658469b391625434530fb0bcbb113012ba /src/process.c | |
| parent | da84f340a4e0e097638464e50035d1bd4804fa51 (diff) | |
| download | emacs-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.c | 4 |
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 | ||
| 3254 | void | 3256 | void |
| 3255 | send_process (proc, buf, len, object) | 3257 | send_process (proc, buf, len, object) |