mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
(echo_area_display): Put previous change in #if 0.
This commit is contained in:
parent
2bea706b5d
commit
79dcc28bc3
1 changed files with 2 additions and 0 deletions
|
|
@ -5857,6 +5857,7 @@ echo_area_display (update_frame_p)
|
|||
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 @@ echo_area_display (update_frame_p)
|
|||
if (EQ (selected_frame, Vterminal_frame))
|
||||
return 0;
|
||||
#endif /* HAVE_X_WINDOWS */
|
||||
#endif /* 0 */
|
||||
|
||||
/* Redraw garbaged frames. */
|
||||
if (frame_garbaged)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue