summaryrefslogtreecommitdiff
path: root/src/scroll.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-08-12 14:16:14 +0000
committerJim Blandy <jimb@redhat.com>1992-08-12 14:16:14 +0000
commit5d34e63c409a8aeb480c742aed4ba4493939a530 (patch)
treeea952350d225bb581f1214dfb4f1d6f7bc45568b /src/scroll.c
parentfa1e0c6442ff45f6ecf2493f24c82af28159ec58 (diff)
downloademacs-5d34e63c409a8aeb480c742aed4ba4493939a530.tar.gz
* scroll.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.
Diffstat (limited to 'src/scroll.c')
-rw-r--r--src/scroll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scroll.c b/src/scroll.c
index cc743ea0d59..190ff4ae2a6 100644
--- a/src/scroll.c
+++ b/src/scroll.c
@@ -254,7 +254,7 @@ do_scrolling (frame, matrix, window_size, unchanged_at_top)
current_frame->height * sizeof (int));
#ifdef HAVE_X_WINDOWS
- if (FRAME_IS_X (frame))
+ if (FRAME_X_P (frame))
{
bcopy (current_frame->nruns, temp_frame->nruns,
current_frame->height * sizeof (int));