Mercurial > hg > xemacs-beta
comparison src/ntproc.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 | 38db05db9cb5 |
children | b39c14581166 |
comparison
equal
deleted
inserted
replaced
637:2538b7200a20 | 638:373ced43e288 |
---|---|
1326 | 1326 |
1327 DEFVAR_LISP ("win32-start-process-share-console", | 1327 DEFVAR_LISP ("win32-start-process-share-console", |
1328 &Vwin32_start_process_share_console /* | 1328 &Vwin32_start_process_share_console /* |
1329 When nil, processes started via start-process are given a new console. | 1329 When nil, processes started via start-process are given a new console. |
1330 When non-nil, they share the Emacs console; this has the limitation of | 1330 When non-nil, they share the Emacs console; this has the limitation of |
1331 allowing only only DOS subprocess to run at a time (whether started directly | 1331 allowing only one DOS subprocess to run at a time (whether started directly |
1332 or indirectly by Emacs), and preventing Emacs from cleanly terminating the | 1332 or indirectly by Emacs), and preventing Emacs from cleanly terminating the |
1333 subprocess group, but may allow Emacs to interrupt a subprocess that doesn't | 1333 subprocess group, but may allow Emacs to interrupt a subprocess that doesn't |
1334 otherwise respond to interrupts from Emacs. | 1334 otherwise respond to interrupts from Emacs. |
1335 */ ); | 1335 */ ); |
1336 Vwin32_start_process_share_console = Qt; | 1336 Vwin32_start_process_share_console = Qt; |