# HG changeset patch # User Richard M. Stallman # Date 842752706 0 # Node ID e15e4bdcb8ccdd426e84fac59c828fd25256be07 # Parent aef021e2c1675854cb2e5a489e934916818727a2 (direct_output_for_insert): Set last_overlay_modified field in window. diff -r aef021e2c167 -r e15e4bdcb8cc src/dispnew.c --- a/src/dispnew.c Sun Sep 15 01:57:44 1996 +0000 +++ b/src/dispnew.c Sun Sep 15 01:58:26 1996 +0000 @@ -1092,6 +1092,7 @@ 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);