Mercurial > hg > xemacs-beta
comparison src/procimpl.h @ 2297:13a418960a88
[xemacs-hg @ 2004-09-22 02:05:42 by stephent]
various doc patches <87isa7awrh.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 22 Sep 2004 02:06:52 +0000 |
parents | e22b0213b713 |
children | 6fa9919a9a0b |
comparison
equal
deleted
inserted
replaced
2296:a58ea4d0d0cd | 2297:13a418960a88 |
---|---|
101 or 0 if process is running */ | 101 or 0 if process is running */ |
102 int exit_code; | 102 int exit_code; |
103 /* Non-false if process has exited and "dumped core" on its way down */ | 103 /* Non-false if process has exited and "dumped core" on its way down */ |
104 char core_dumped; | 104 char core_dumped; |
105 | 105 |
106 /* This next field is only actually used #ifdef ENERGIZE */ | 106 /* #### Is this field unused? */ |
107 /* if this flag is not NIL, then filter will do the read on the | 107 /* if this flag is not NIL, then filter will do the read on the |
108 channel, rather than having a call to make_string. | 108 channel, rather than having a call to make_string. |
109 This only works if the filter is a subr. */ | 109 This only works if the filter is a subr. */ |
110 char filter_does_read; | 110 char filter_does_read; |
111 /* Non-zero means kill silently if Emacs is exited. */ | 111 /* Non-zero means kill silently if Emacs is exited. */ |