From: Richard M. Stallman Date: Sun, 13 Jun 2004 22:37:07 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~5776 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04391069ec8107490a852d6f957e4f31d14c22ed;p=emacs.git Comment change. --- diff --git a/src/process.c b/src/process.c index 92200045022..4c47fc0e92a 100644 --- a/src/process.c +++ b/src/process.c @@ -3619,6 +3619,8 @@ FLAGS is the current flags of the interface. */) #endif #endif /* HAVE_SOCKETS */ +/* Turn off input and output for process PROC. */ + void deactivate_process (proc) Lisp_Object proc;