Mercurial > emacs
changeset 97648:27d2312c7de2
(redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 23 Aug 2008 16:47:51 +0000 |
parents | 09de6794b433 |
children | da105b0d0d3f |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;