(Fwindow_end): Check BUF_OVERLAY_MODIFF like BUF_MODIFF.

This commit is contained in:
Richard M. Stallman 2007-01-03 23:28:08 +00:00
parent bcd33653aa
commit dfc265a31f

View file

@ -1182,7 +1182,8 @@ if it isn't already recorded. */)
if (! NILP (update)
&& ! (! NILP (w->window_end_valid)
&& XFASTINT (w->last_modified) >= BUF_MODIFF (b))
&& XFASTINT (w->last_modified) >= BUF_MODIFF (b)
&& XFASTINT (w->last_overlay_modified) => BUF_OVERLAY_MODIFF (b))
&& !noninteractive)
{
struct text_pos startp;