Mercurial > emacs
changeset 46570:2baec6e7cec6
(redisplay_window): Test MODIFF to set buffer_unchanged_p.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 20 Jul 2002 21:44:48 +0000 |
parents | 38f801217683 |
children | 00e7aef43c61 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Fri Jul 19 23:01:24 2002 +0000 +++ b/src/xdisp.c Sat Jul 20 21:44:48 2002 +0000 @@ -10170,6 +10170,7 @@ = (!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