aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
1092 XSETFASTINT (w->last_point, PT); 1092 XSETFASTINT (w->last_point, PT);
1093 XSETFASTINT (w->last_point_x, hpos); 1093 XSETFASTINT (w->last_point_x, hpos);
1094 XSETFASTINT (w->last_modified, MODIFF); 1094 XSETFASTINT (w->last_modified, MODIFF);
1095 XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF);
1095 1096
1096 reassert_line_highlight (0, vpos); 1097 reassert_line_highlight (0, vpos);
1097 write_glyphs (&current_frame->glyphs[vpos][hpos], 1); 1098 write_glyphs (&current_frame->glyphs[vpos][hpos], 1);