diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index a4e675ac663..a09c3d6d511 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1778,7 +1778,7 @@ display_mode_line (w) | |||
| 1778 | /* I'm trying this out because I saw Unimpress use it, but it's | 1778 | /* I'm trying this out because I saw Unimpress use it, but it's |
| 1779 | possible that this may mess adversely with some window managers. jla */ | 1779 | possible that this may mess adversely with some window managers. jla */ |
| 1780 | 1780 | ||
| 1781 | if (FRAME_IS_X (f) | 1781 | if (FRAME_X_P (f) |
| 1782 | && ! FRAME_MINIBUF_ONLY_P (f) | 1782 | && ! FRAME_MINIBUF_ONLY_P (f) |
| 1783 | && w == XWINDOW (f->selected_window)) | 1783 | && w == XWINDOW (f->selected_window)) |
| 1784 | x_set_name (f, ((XINT (Flength (Vframe_list)) > 1) | 1784 | x_set_name (f, ((XINT (Flength (Vframe_list)) > 1) |