diff options
| author | Eli Zaretskii | 2008-08-23 16:47:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-23 16:47:51 +0000 |
| commit | 1fb3ba8105c5a9cd7231e9db7934759eab5f2622 (patch) | |
| tree | 7fae1cc9a3427270ec40097c220847c7e17adf4e /src | |
| parent | 9c69700c780ed70dc493c3c58c036662f501327c (diff) | |
| download | emacs-1fb3ba8105c5a9cd7231e9db7934759eab5f2622.tar.gz emacs-1fb3ba8105c5a9cd7231e9db7934759eab5f2622.zip | |
(redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 11404 | the whole thing. */ | 11404 | the whole thing. */ |
| 11405 | windows_or_buffers_changed++; | 11405 | windows_or_buffers_changed++; |
| 11406 | SET_FRAME_GARBAGED (sf); | 11406 | SET_FRAME_GARBAGED (sf); |
| 11407 | #ifndef WINDOWSNT | 11407 | #ifndef DOS_NT |
| 11408 | set_tty_color_mode (FRAME_TTY (sf), sf); | 11408 | set_tty_color_mode (FRAME_TTY (sf), sf); |
| 11409 | #endif | 11409 | #endif |
| 11410 | FRAME_TTY (sf)->previous_frame = sf; | 11410 | FRAME_TTY (sf)->previous_frame = sf; |