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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/window.c,v
Date: Thu, 04 Jan 2007 00:15:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/01/04 00:15:16

Index: window.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/window.c,v
retrieving revision 1.569
retrieving revision 1.570
diff -u -b -r1.569 -r1.570
--- window.c    3 Jan 2007 23:28:08 -0000       1.569
+++ window.c    4 Jan 2007 00:15:16 -0000       1.570
@@ -1183,7 +1183,7 @@
   if (! NILP (update)
       && ! (! NILP (w->window_end_valid)
            && XFASTINT (w->last_modified) >= BUF_MODIFF (b)
-           && XFASTINT (w->last_overlay_modified) => BUF_OVERLAY_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]