aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index f01f4b8f8b7..b9624851051 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -5857,6 +5857,7 @@ echo_area_display (update_frame_p)
5857 if (!FRAME_VISIBLE_P (f) || !f->glyphs_initialized_p) 5857 if (!FRAME_VISIBLE_P (f) || !f->glyphs_initialized_p)
5858 return 0; 5858 return 0;
5859 5859
5860#if 0
5860#ifdef HAVE_X_WINDOWS 5861#ifdef HAVE_X_WINDOWS
5861 /* When Emacs starts, selected_frame may be a visible terminal 5862 /* When Emacs starts, selected_frame may be a visible terminal
5862 frame, even if we run under a window system. If we let this 5863 frame, even if we run under a window system. If we let this
@@ -5864,6 +5865,7 @@ echo_area_display (update_frame_p)
5864 if (EQ (selected_frame, Vterminal_frame)) 5865 if (EQ (selected_frame, Vterminal_frame))
5865 return 0; 5866 return 0;
5866#endif /* HAVE_X_WINDOWS */ 5867#endif /* HAVE_X_WINDOWS */
5868#endif /* 0 */
5867 5869
5868 /* Redraw garbaged frames. */ 5870 /* Redraw garbaged frames. */
5869 if (frame_garbaged) 5871 if (frame_garbaged)