From: Richard M. Stallman Date: Sun, 15 Sep 1996 01:58:26 +0000 (+0000) Subject: (direct_output_for_insert): Set last_overlay_modified field in window. X-Git-Tag: emacs-20.1~3749 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=663b3df3446533bfb42696ada0074592a177f381;p=emacs.git (direct_output_for_insert): Set last_overlay_modified field in window. --- 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);