From: Karl Heuer Date: Wed, 12 Apr 1995 02:33:01 +0000 (+0000) Subject: (sys_subshell) [WINDOWSNT]: Don't invoke restore_console. X-Git-Tag: emacs-19.34~4467 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45b672770440609c8acfd81ed0ee899ed6037cad;p=emacs.git (sys_subshell) [WINDOWSNT]: Don't invoke restore_console. --- diff --git a/src/sysdep.c b/src/sysdep.c index 4d4479aecb0..177f083d197 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -751,8 +751,6 @@ sys_subshell () report_file_error ("Can't execute subshell", Fcons (build_string (sh), Qnil)); #else /* not MSDOS */ #ifdef WINDOWSNT - restore_console (); - /* Waits for process completion */ pid = _spawnlp (_P_WAIT, sh, sh, NULL); if (pid == -1)