Mercurial > emacs
changeset 97652:d711e8ee1f6b
(init_sys_modes): Call dos_ttraw with tty_out as argument.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 23 Aug 2008 16:50:02 +0000 |
parents | 62ec1a5d873b |
children | 8e2483da8823 |
files | src/sysdep.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Sat Aug 23 16:49:32 2008 +0000 +++ b/src/sysdep.c Sat Aug 23 16:50:02 2008 +0000 @@ -1334,7 +1334,7 @@ #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */ if (!tty_out->term_initted) internal_terminal_init (); - dos_ttraw (); + dos_ttraw (tty_out); #endif EMACS_SET_TTY (fileno (tty_out->input), &tty, 0);