1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* 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.
This commit is contained in:
Jim Blandy 1992-08-12 14:16:14 +00:00
parent 5dadd3a2c3
commit 6c735a5991

View File

@ -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));