diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h index 197dda1cd3a..ab7e410523b 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -52,7 +52,8 @@ struct Lisp_Process | |||
| 52 | Lisp_Object pid; | 52 | Lisp_Object pid; |
| 53 | /* Non-nil if this is really a command channel */ | 53 | /* Non-nil if this is really a command channel */ |
| 54 | Lisp_Object command_channel_p; | 54 | Lisp_Object command_channel_p; |
| 55 | /* Non-nil if this is really a child process */ | 55 | /* t if this is a real child process. |
| 56 | For a net connection, it is (HOST SERVICE). */ | ||
| 56 | Lisp_Object childp; | 57 | Lisp_Object childp; |
| 57 | /* Marker set to end of last buffer-inserted output from this process */ | 58 | /* Marker set to end of last buffer-inserted output from this process */ |
| 58 | Lisp_Object mark; | 59 | Lisp_Object mark; |