]> git.eshelyaron.com Git - emacs.git/commitdiff
(send_process): Add a hint that the function
authorGerd Moellmann <gerd@gnu.org>
Wed, 15 Mar 2000 19:58:03 +0000 (19:58 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 15 Mar 2000 19:58:03 +0000 (19:58 +0000)
can call Lisp code to its comment.

src/process.c

index 7f7fb8e9cf8819c269a9325a2db1663f66e3f91a..8b23d2f91f058da08579b1f6f893f1bfc9053f0f 100644 (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)