comparison src/window.c @ 75077:c0200a80d5cf

(Fwindow_end): Check BUF_OVERLAY_MODIFF like BUF_MODIFF.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Jan 2007 23:28:08 +0000
parents 749691edf645
children 1026dad5d8c9
comparison
equal deleted inserted replaced
75076:fcae879bd347 75077:c0200a80d5cf
1180 return Qnil; 1180 return Qnil;
1181 #endif 1181 #endif
1182 1182
1183 if (! NILP (update) 1183 if (! NILP (update)
1184 && ! (! NILP (w->window_end_valid) 1184 && ! (! NILP (w->window_end_valid)
1185 && XFASTINT (w->last_modified) >= BUF_MODIFF (b)) 1185 && XFASTINT (w->last_modified) >= BUF_MODIFF (b)
1186 && XFASTINT (w->last_overlay_modified) => BUF_OVERLAY_MODIFF (b))
1186 && !noninteractive) 1187 && !noninteractive)
1187 { 1188 {
1188 struct text_pos startp; 1189 struct text_pos startp;
1189 struct it it; 1190 struct it it;
1190 struct buffer *old_buffer = NULL; 1191 struct buffer *old_buffer = NULL;