Mercurial > emacs
diff src/dispnew.c @ 16195:e15e4bdcb8cc
(direct_output_for_insert): Set last_overlay_modified field in window.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 15 Sep 1996 01:58:26 +0000 |
| parents | ccf489f8596e |
| children | 1ce0cb94fa68 |
line wrap: on
line diff
--- a/src/dispnew.c Sun Sep 15 01:57:44 1996 +0000 +++ b/src/dispnew.c Sun Sep 15 01:58:26 1996 +0000 @@ -1092,6 +1092,7 @@ XSETFASTINT (w->last_point, PT); XSETFASTINT (w->last_point_x, hpos); XSETFASTINT (w->last_modified, MODIFF); + XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF); reassert_line_highlight (0, vpos); write_glyphs (¤t_frame->glyphs[vpos][hpos], 1);
