Mercurial > emacs
changeset 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 | 6df04dcbd2e9 |
children | 16649ee21625 |
files | src/scroll.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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));