aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-08-12 14:30:09 +0000
committerJim Blandy1992-08-12 14:30:09 +0000
commit22aefb49de8d977c6abf99ef54a0b4add90247e1 (patch)
tree72a2280d7280441a5cbdad586373b73d9d51c71b
parenta481b3ea0c5f172324981c4228851ccd5a9e3b72 (diff)
downloademacs-22aefb49de8d977c6abf99ef54a0b4add90247e1.tar.gz
emacs-22aefb49de8d977c6abf99ef54a0b4add90247e1.zip
* 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.
-rw-r--r--src/xdisp.c2
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)