aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorRichard M. Stallman2004-06-13 22:37:07 +0000
committerRichard M. Stallman2004-06-13 22:37:07 +0000
commit04391069ec8107490a852d6f957e4f31d14c22ed (patch)
tree1f67027d2cdecf7a74e1bf0be418f79b9c12de3b /src/process.c
parent1fdab5039476b19a91861004a43fb653cb0be836 (diff)
downloademacs-04391069ec8107490a852d6f957e4f31d14c22ed.tar.gz
emacs-04391069ec8107490a852d6f957e4f31d14c22ed.zip
Comment change.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 2 insertions, 0 deletions
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. */)
3619#endif 3619#endif
3620#endif /* HAVE_SOCKETS */ 3620#endif /* HAVE_SOCKETS */
3621 3621
3622/* Turn off input and output for process PROC. */
3623
3622void 3624void
3623deactivate_process (proc) 3625deactivate_process (proc)
3624 Lisp_Object proc; 3626 Lisp_Object proc;