# HG changeset patch # User Jim Blandy # Date 713629809 0 # Node ID 52267046b14408893bf34c5bf1d44192180a0932 # Parent f47d221cbfe6dfc4aa1a5e629a3dc791db145781 * xdisp.c (FRAME_IS_TERMCAP, FRAME_IS_X, FRAME_HAS_MINIBUF): Renamed these to FRAME_TERMCAP_P, FRAME_X_P, and FRAME_HAS_MINIBUF_P, for consistency with the rest of the frame macros. diff -r f47d221cbfe6 -r 52267046b144 src/xdisp.c --- a/src/xdisp.c Wed Aug 12 14:28:27 1992 +0000 +++ b/src/xdisp.c Wed Aug 12 14:30:09 1992 +0000 @@ -1778,7 +1778,7 @@ /* I'm trying this out because I saw Unimpress use it, but it's possible that this may mess adversely with some window managers. jla */ - if (FRAME_IS_X (f) + if (FRAME_X_P (f) && ! FRAME_MINIBUF_ONLY_P (f) && w == XWINDOW (f->selected_window)) x_set_name (f, ((XINT (Flength (Vframe_list)) > 1)