Mercurial > emacs
diff src/scroll.c @ 968:861714452cb3
* 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.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Wed, 12 Aug 1992 14:16:14 +0000 |
| parents | b9e81bfc7ad9 |
| children | 9b29df8c7cb3 |
line wrap: on
line diff
--- a/src/scroll.c Wed Aug 12 14:08:21 1992 +0000 +++ b/src/scroll.c Wed Aug 12 14:16:14 1992 +0000 @@ -254,7 +254,7 @@ 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));
