diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-15 01:58:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-15 01:58:26 +0000 |
commit | 663b3df3446533bfb42696ada0074592a177f381 (patch) | |
tree | 1f49db87fb30a546ce66d0d9d15ff7d047198721 /src | |
parent | 894ab63090276f27e9e3c051f6d2a852b3132650 (diff) | |
download | emacs-663b3df3446533bfb42696ada0074592a177f381.tar.gz |
(direct_output_for_insert): Set last_overlay_modified field in window.
Diffstat (limited to 'src')
-rw-r--r-- | src/dispnew.c | 1 |
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 (¤t_frame->glyphs[vpos][hpos], 1); |