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


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Sun, 09 Oct 2005 12:53:36 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.518 emacs/src/window.c:1.519
*** emacs/src/window.c:1.518    Fri Oct  7 22:17:05 2005
--- emacs/src/window.c  Sun Oct  9 16:53:35 2005
***************
*** 1029,1035 ****
  
    if (! NILP (update)
        && ! (! NILP (w->window_end_valid)
!           && XFASTINT (w->last_modified) >= MODIFF))
      {
        struct text_pos startp;
        struct it it;
--- 1029,1036 ----
  
    if (! NILP (update)
        && ! (! NILP (w->window_end_valid)
!           && XFASTINT (w->last_modified) >= MODIFF)
!       && !noninteractive)
      {
        struct text_pos startp;
        struct it it;




reply via email to

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