Mercurial > hg > xemacs-beta
comparison src/process-nt.c @ 638:373ced43e288
[xemacs-hg @ 2001-07-26 21:10:44 by adrian]
[PATCH APPROVE COMMIT 21.5 RECOMMEND 21.4 21.1] xemacs-21.5: typo fixes of of this this nature for src/ <ofq7gzz8.fsf@ecf.teradyne.com>
author | adrian |
---|---|
date | Thu, 26 Jul 2001 21:10:48 +0000 |
parents | 183866b06e0b |
children | b39c14581166 |
comparison
equal
deleted
inserted
replaced
637:2538b7200a20 | 638:373ced43e288 |
---|---|
1465 { | 1465 { |
1466 DEFVAR_LISP ("mswindows-start-process-share-console", | 1466 DEFVAR_LISP ("mswindows-start-process-share-console", |
1467 &Vmswindows_start_process_share_console /* | 1467 &Vmswindows_start_process_share_console /* |
1468 When nil, new child processes are given a new console. | 1468 When nil, new child processes are given a new console. |
1469 When non-nil, they share the Emacs console; this has the limitation of | 1469 When non-nil, they share the Emacs console; this has the limitation of |
1470 allowing only only DOS subprocess to run at a time (whether started directly | 1470 allowing only one DOS subprocess to run at a time (whether started directly |
1471 or indirectly by Emacs), and preventing Emacs from cleanly terminating the | 1471 or indirectly by Emacs), and preventing Emacs from cleanly terminating the |
1472 subprocess group, but may allow Emacs to interrupt a subprocess that doesn't | 1472 subprocess group, but may allow Emacs to interrupt a subprocess that doesn't |
1473 otherwise respond to interrupts from Emacs. | 1473 otherwise respond to interrupts from Emacs. |
1474 */ ); | 1474 */ ); |
1475 Vmswindows_start_process_share_console = Qnil; | 1475 Vmswindows_start_process_share_console = Qnil; |