emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sat, 20 Jul 2002 17:44:49 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.768 emacs/src/xdisp.c:1.769
*** emacs/src/xdisp.c:1.768     Fri Jul 19 07:38:35 2002
--- emacs/src/xdisp.c   Sat Jul 20 17:44:48 2002
***************
*** 10170,10175 ****
--- 10170,10176 ----
      = (!NILP (w->window_end_valid)
         && !current_buffer->clip_changed
         && END_UNCHANGED + BEG_UNCHANGED >= Z - BEG
+        && XFASTINT (w->last_modified) >= MODIFF
         && XFASTINT (w->last_overlay_modified) >= OVERLAY_MODIFF);
  
    /* When windows_or_buffers_changed is non-zero, we can't rely on



reply via email to

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