]> git.eshelyaron.com Git - emacs.git/commitdiff
(sys_subshell) [WINDOWSNT]: Don't invoke restore_console.
authorKarl Heuer <kwzh@gnu.org>
Wed, 12 Apr 1995 02:33:01 +0000 (02:33 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 12 Apr 1995 02:33:01 +0000 (02:33 +0000)
src/sysdep.c

index 4d4479aecb001980068368425ba0d1995964ff90..177f083d197319eaf112ead3cd166c041b13a4b9 100644 (file)
@@ -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)