# HG changeset patch # User Eli Zaretskii # Date 1219510071 0 # Node ID 27d2312c7de2c2fbdb7eaaefdf7657a2fc9a840a # Parent 09de6794b4331c3d94f960e5c449ac033eae6e0a (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode. diff -r 09de6794b433 -r 27d2312c7de2 src/xdisp.c --- a/src/xdisp.c Sat Aug 23 16:46:44 2008 +0000 +++ b/src/xdisp.c Sat Aug 23 16:47:51 2008 +0000 @@ -11404,7 +11404,7 @@ 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;