From 04391069ec8107490a852d6f957e4f31d14c22ed Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Jun 2004 22:37:07 +0000 Subject: [PATCH] Comment change. --- src/process.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5