aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index bb238f26294..f7cdcdacfe1 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -1525,7 +1525,7 @@ redisplay_window (window, just_this_one)
1525 in redisplay handles the same cases. */ 1525 in redisplay handles the same cases. */
1526 1526
1527 if (XFASTINT (w->last_modified) >= MODIFF 1527 if (XFASTINT (w->last_modified) >= MODIFF
1528 && PT >= startp && current_buffer->clip_changed 1528 && PT >= startp && !current_buffer->clip_changed
1529 && (just_this_one || XFASTINT (w->width) == FRAME_WIDTH (f)) 1529 && (just_this_one || XFASTINT (w->width) == FRAME_WIDTH (f))
1530 /* If force-mode-line-update was called, really redisplay; 1530 /* If force-mode-line-update was called, really redisplay;
1531 that's how redisplay is forced after e.g. changing 1531 that's how redisplay is forced after e.g. changing
@@ -1579,7 +1579,7 @@ redisplay_window (window, just_this_one)
1579 /* or else vmotion on first line won't work. */ 1579 /* or else vmotion on first line won't work. */
1580 && ! NILP (w->start_at_line_beg) 1580 && ! NILP (w->start_at_line_beg)
1581 && ! EQ (w->window_end_valid, Qnil) 1581 && ! EQ (w->window_end_valid, Qnil)
1582 && do_id && current_buffer->clip_changed 1582 && do_id && !current_buffer->clip_changed
1583 && !blank_end_of_window 1583 && !blank_end_of_window
1584 && XFASTINT (w->width) == FRAME_WIDTH (f) 1584 && XFASTINT (w->width) == FRAME_WIDTH (f)
1585 /* Can't use this case if highlighting a region. */ 1585 /* Can't use this case if highlighting a region. */