emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/window.c,v
Date: Wed, 03 Jan 2007 23:28:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/01/03 23:28:08

Index: window.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/window.c,v
retrieving revision 1.568
retrieving revision 1.569
diff -u -b -r1.568 -r1.569
--- window.c    29 Dec 2006 23:29:27 -0000      1.568
+++ window.c    3 Jan 2007 23:28:08 -0000       1.569
@@ -1182,7 +1182,8 @@
 
   if (! NILP (update)
       && ! (! NILP (w->window_end_valid)
-           && XFASTINT (w->last_modified) >= BUF_MODIFF (b))
+           && XFASTINT (w->last_modified) >= BUF_MODIFF (b)
+           && XFASTINT (w->last_overlay_modified) => BUF_OVERLAY_MODIFF (b))
       && !noninteractive)
     {
       struct text_pos startp;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]