# HG changeset patch # User Gerd Moellmann # Date 940949515 0 # Node ID 491d0b1ee2b53eda41d73c052c731649e97c164a # Parent 185e372ce5f7780ef9c787521737199926bc861b (echo_area_display): Put previous change in #if 0. diff -r 185e372ce5f7 -r 491d0b1ee2b5 src/xdisp.c --- 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)