From: Eli Zaretskii Date: Sat, 23 Aug 2008 16:47:51 +0000 (+0000) Subject: (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode. X-Git-Tag: emacs-pretest-23.0.90~3334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fb3ba8105c5a9cd7231e9db7934759eab5f2622;p=emacs.git (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode. --- diff --git a/src/xdisp.c b/src/xdisp.c index a04e5e95b70..89dc814f71a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -11404,7 +11404,7 @@ redisplay_internal (preserve_echo_area) the whole thing. */ windows_or_buffers_changed++; SET_FRAME_GARBAGED (sf); -#ifndef WINDOWSNT +#ifndef DOS_NT set_tty_color_mode (FRAME_TTY (sf), sf); #endif FRAME_TTY (sf)->previous_frame = sf;