From 45b672770440609c8acfd81ed0ee899ed6037cad Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 12 Apr 1995 02:33:01 +0000 Subject: [PATCH] (sys_subshell) [WINDOWSNT]: Don't invoke restore_console. --- src/sysdep.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.5