diff options
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; |