From 663b3df3446533bfb42696ada0074592a177f381 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 Sep 1996 01:58:26 +0000 Subject: [PATCH] (direct_output_for_insert): Set last_overlay_modified field in window. --- src/dispnew.c | 1 + 1 file changed, 1 insertion(+) 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 (¤t_frame->glyphs[vpos][hpos], 1); -- 2.39.2