From 3f1258d065007acf1653a753be03af7a12169189 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Jul 2002 21:44:48 +0000 Subject: [PATCH] (redisplay_window): Test MODIFF to set buffer_unchanged_p. --- src/xdisp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xdisp.c b/src/xdisp.c index 38457c569de..a271604aa8e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -10170,6 +10170,7 @@ redisplay_window (window, just_this_one_p) = (!NILP (w->window_end_valid) && !current_buffer->clip_changed && END_UNCHANGED + BEG_UNCHANGED >= Z - BEG + && XFASTINT (w->last_modified) >= MODIFF && XFASTINT (w->last_overlay_modified) >= OVERLAY_MODIFF); /* When windows_or_buffers_changed is non-zero, we can't rely on -- 2.39.5