emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32proc.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/w32proc.c
Date: Tue, 26 Feb 2002 05:00:53 -0500

Index: emacs/src/w32proc.c
diff -c emacs/src/w32proc.c:1.47 emacs/src/w32proc.c:1.48
*** emacs/src/w32proc.c:1.47    Tue Jan  1 14:11:45 2002
--- emacs/src/w32proc.c Tue Feb 26 05:00:52 2002
***************
*** 2188,2194 ****
               &Vw32_start_process_share_console,
               doc: /* When nil, new child processes are given a new console.
  When non-nil, they share the Emacs console; this has the limitation of
! allowing only only DOS subprocess to run at a time (whether started directly
  or indirectly by Emacs), and preventing Emacs from cleanly terminating the
  subprocess group, but may allow Emacs to interrupt a subprocess that doesn't
  otherwise respond to interrupts from Emacs.  */);
--- 2188,2194 ----
               &Vw32_start_process_share_console,
               doc: /* When nil, new child processes are given a new console.
  When non-nil, they share the Emacs console; this has the limitation of
! allowing only one DOS subprocess to run at a time (whether started directly
  or indirectly by Emacs), and preventing Emacs from cleanly terminating the
  subprocess group, but may allow Emacs to interrupt a subprocess that doesn't
  otherwise respond to interrupts from Emacs.  */);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]