comparison src/process.h @ 16059:ad4cd2505623

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 23:18:22 +0000
parents fc22eb3a4146
children 00b923d54108
comparison
equal deleted inserted replaced
16058:924aeb9ed7c3 16059:ad4cd2505623
50 Lisp_Object buffer; 50 Lisp_Object buffer;
51 /* Number of this process */ 51 /* Number of this 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;
59 /* Non-nil means kill silently if Emacs is exited. */ 60 /* Non-nil means kill silently if Emacs is exited. */
60 Lisp_Object kill_without_query; 61 Lisp_Object kill_without_query;