Mercurial > emacs
changeset 26197:491d0b1ee2b5
(echo_area_display): Put previous change in #if 0.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 26 Oct 1999 14:51:55 +0000 |
parents | 185e372ce5f7 |
children | cec11102bd84 |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Tue Oct 26 14:50:52 1999 +0000 +++ b/src/xdisp.c Tue Oct 26 14:51:55 1999 +0000 @@ -5857,6 +5857,7 @@ if (!FRAME_VISIBLE_P (f) || !f->glyphs_initialized_p) return 0; +#if 0 #ifdef HAVE_X_WINDOWS /* When Emacs starts, selected_frame may be a visible terminal frame, even if we run under a window system. If we let this @@ -5864,6 +5865,7 @@ if (EQ (selected_frame, Vterminal_frame)) return 0; #endif /* HAVE_X_WINDOWS */ +#endif /* 0 */ /* Redraw garbaged frames. */ if (frame_garbaged)