diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 8da7d6a4784..953e451805e 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -1334,7 +1334,7 @@ init_sys_modes (tty_out) | |||
| 1334 | #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */ | 1334 | #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */ |
| 1335 | if (!tty_out->term_initted) | 1335 | if (!tty_out->term_initted) |
| 1336 | internal_terminal_init (); | 1336 | internal_terminal_init (); |
| 1337 | dos_ttraw (); | 1337 | dos_ttraw (tty_out); |
| 1338 | #endif | 1338 | #endif |
| 1339 | 1339 | ||
| 1340 | EMACS_SET_TTY (fileno (tty_out->input), &tty, 0); | 1340 | EMACS_SET_TTY (fileno (tty_out->input), &tty, 0); |