aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-09-15 01:58:26 +0000
committerRichard M. Stallman <[email protected]>1996-09-15 01:58:26 +0000
commit663b3df3446533bfb42696ada0074592a177f381 (patch)
tree1f49db87fb30a546ce66d0d9d15ff7d047198721
parent894ab63090276f27e9e3c051f6d2a852b3132650 (diff)
(direct_output_for_insert): Set last_overlay_modified field in window.
-rw-r--r--src/dispnew.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index e996c78ffd..6edbf44603 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -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);