diff options
| author | Gerd Moellmann | 1999-10-26 14:51:55 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-26 14:51:55 +0000 |
| commit | 79dcc28bc3ac9d6989bbb0307cada29658bc1c70 (patch) | |
| tree | ff450a85daf66ac78aa22b0fedaf2ec7d619358b | |
| parent | 2bea706b5d8ba0e2be934262b983b71b75097d15 (diff) | |
| download | emacs-79dcc28bc3ac9d6989bbb0307cada29658bc1c70.tar.gz emacs-79dcc28bc3ac9d6989bbb0307cada29658bc1c70.zip | |
(echo_area_display): Put previous change in #if 0.
| -rw-r--r-- | src/xdisp.c | 2 |
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) |