Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1fb0098c
Commit
1fb0098c
authored
Mar 15, 2000
by
Gerd Moellmann
Browse files
(send_process): Add a hint that the function
can call Lisp code to its comment.
parent
da84f340
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/process.c
src/process.c
+3
-1
No files found.
src/process.c
View file @
1fb0098c
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment