# HG changeset patch # User Richard M. Stallman # Date 805124119 0 # Node ID f8ada5acbaecfdf0893a0bcb5841048af80f7e5c # Parent 27497b336977f91dca666694c9f6c6ca5d154db4 (redisplay_window): Fix typos in clip_changed change. diff -r 27497b336977 -r f8ada5acbaec src/xdisp.c --- a/src/xdisp.c Fri Jul 07 13:34:49 1995 +0000 +++ b/src/xdisp.c Fri Jul 07 13:35:19 1995 +0000 @@ -1525,7 +1525,7 @@ in redisplay handles the same cases. */ if (XFASTINT (w->last_modified) >= MODIFF - && PT >= startp && current_buffer->clip_changed + && PT >= startp && !current_buffer->clip_changed && (just_this_one || XFASTINT (w->width) == FRAME_WIDTH (f)) /* If force-mode-line-update was called, really redisplay; that's how redisplay is forced after e.g. changing @@ -1579,7 +1579,7 @@ /* or else vmotion on first line won't work. */ && ! NILP (w->start_at_line_beg) && ! EQ (w->window_end_valid, Qnil) - && do_id && current_buffer->clip_changed + && do_id && !current_buffer->clip_changed && !blank_end_of_window && XFASTINT (w->width) == FRAME_WIDTH (f) /* Can't use this case if highlighting a region. */