]> git.eshelyaron.com Git - emacs.git/commitdiff
(direct_output_for_insert): Set last_overlay_modified field in window.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 1996 01:58:26 +0000 (01:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 1996 01:58:26 +0000 (01:58 +0000)
src/dispnew.c

index e996c78ffd007d10ea03cd53ec5d02e7763fcf6e..6edbf4460361baf2e8d33c3e1dadcbd32832023f 100644 (file)
@@ -1092,6 +1092,7 @@ direct_output_for_insert (g)
   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 (&current_frame->glyphs[vpos][hpos], 1);