changeset 16211:ff05c19e81ac

(read_minibuf_unwind): Clear last_overlay_modified field.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Sep 1996 06:32:10 +0000
parents 4c03f0e575d7
children 45017936174f
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/minibuf.c	Mon Sep 16 06:31:45 1996 +0000
+++ b/src/minibuf.c	Mon Sep 16 06:32:10 1996 +0000
@@ -505,6 +505,7 @@
   /* Make sure minibuffer window is erased, not ignored.  */
   windows_or_buffers_changed++;
   XSETFASTINT (XWINDOW (window)->last_modified, 0);
+  XSETFASTINT (XWINDOW (window)->last_overlay_modified, 0);
 }