summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-15 01:58:26 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-15 01:58:26 +0000
commitb6c2204fdefa30ae522908d6b2aefe995e159af7 (patch)
tree6ae5d2676ddc404da39b83e8da7aa663455634a9 /src/dispnew.c
parentff7f4db7dd53653e1a315c9b23bdec11294dd6f1 (diff)
downloademacs-b6c2204fdefa30ae522908d6b2aefe995e159af7.tar.gz
(direct_output_for_insert): Set last_overlay_modified field in window.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index e996c78ffd0..6edbf446036 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);