changeset 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 aef021e2c167
children cb91edbbe173
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 (&current_frame->glyphs[vpos][hpos], 1);