changeset 973:52267046b144

* 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.
author Jim Blandy <jimb@redhat.com>
date Wed, 12 Aug 1992 14:30:09 +0000
parents f47d221cbfe6
children 4f88a1b78a46
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)