aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-15 01:58:26 +0000
committerRichard M. Stallman1996-09-15 01:58:26 +0000
commit663b3df3446533bfb42696ada0074592a177f381 (patch)
tree1f49db87fb30a546ce66d0d9d15ff7d047198721 /src
parent894ab63090276f27e9e3c051f6d2a852b3132650 (diff)
downloademacs-663b3df3446533bfb42696ada0074592a177f381.tar.gz
emacs-663b3df3446533bfb42696ada0074592a177f381.zip
(direct_output_for_insert): Set last_overlay_modified field in window.
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);