comparison src/callproc.c @ 83652:5b644ae74c91

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:51:08 +0000
parents 65663fcd2caa 1677cf1c2509
children e7303426ed25
comparison
equal deleted inserted replaced
83651:47230f3f349b 83652:5b644ae74c91
117 117
118 #ifdef DOS_NT 118 #ifdef DOS_NT
119 Lisp_Object Qbuffer_file_type; 119 Lisp_Object Qbuffer_file_type;
120 #endif /* DOS_NT */ 120 #endif /* DOS_NT */
121 121
122 /* True iff we are about to fork off a synchronous process or if we 122 /* True if we are about to fork off a synchronous process or if we
123 are waiting for it. */ 123 are waiting for it. */
124 int synch_process_alive; 124 int synch_process_alive;
125 125
126 /* Nonzero => this is a string explaining death of synchronous subprocess. */ 126 /* Nonzero => this is a string explaining death of synchronous subprocess. */
127 char *synch_process_death; 127 char *synch_process_death;