(Fwindow_end): Check BUF_OVERLAY_MODIFF like BUF_MODIFF.
This commit is contained in:
parent
bcd33653aa
commit
dfc265a31f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue