diff options
| author | Richard M. Stallman | 2004-06-13 22:37:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-06-13 22:37:07 +0000 |
| commit | 04391069ec8107490a852d6f957e4f31d14c22ed (patch) | |
| tree | 1f67027d2cdecf7a74e1bf0be418f79b9c12de3b /src/process.c | |
| parent | 1fdab5039476b19a91861004a43fb653cb0be836 (diff) | |
| download | emacs-04391069ec8107490a852d6f957e4f31d14c22ed.tar.gz emacs-04391069ec8107490a852d6f957e4f31d14c22ed.zip | |
Comment change.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
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 | |||
| 3622 | void | 3624 | void |
| 3623 | deactivate_process (proc) | 3625 | deactivate_process (proc) |
| 3624 | Lisp_Object proc; | 3626 | Lisp_Object proc; |