aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-04-12 02:33:01 +0000
committerKarl Heuer <[email protected]>1995-04-12 02:33:01 +0000
commit45b672770440609c8acfd81ed0ee899ed6037cad (patch)
tree225fc3757217b702734ab0cd96d3925b03e07cf9 /src/sysdep.c
parent3360970aa277b32e8b46df80fbf7b64f37e77acb (diff)
(sys_subshell) [WINDOWSNT]: Don't invoke restore_console.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 4d4479aecb..177f083d19 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)