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: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Fri, 29 Aug 2003 17:46:18 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.843 emacs/src/xdisp.c:1.844
*** emacs/src/xdisp.c:1.843     Wed Jul  9 10:51:29 2003
--- emacs/src/xdisp.c   Fri Aug 29 17:46:17 2003
***************
*** 10069,10083 ****
            }
        }
  
!       /* Do the mark_window_display_accurate after all windows have
!        been redisplayed because this call resets flags in buffers
!        which are needed for proper redisplay.  */
!       for (i = 0; i < n; ++i)
        {
!         struct frame *f = updated[i];
!         mark_window_display_accurate (f->root_window, 1);
!         if (frame_up_to_date_hook)
!           frame_up_to_date_hook (f);
        }
      }
    else if (FRAME_VISIBLE_P (sf) && !FRAME_OBSCURED_P (sf))
--- 10069,10086 ----
            }
        }
  
!       if (!pause)
        {
!         /* Do the mark_window_display_accurate after all windows have
!            been redisplayed because this call resets flags in buffers
!            which are needed for proper redisplay.  */
!         for (i = 0; i < n; ++i)
!           {
!             struct frame *f = updated[i];
!             mark_window_display_accurate (f->root_window, 1);
!             if (frame_up_to_date_hook)
!               frame_up_to_date_hook (f);
!           }
        }
      }
    else if (FRAME_VISIBLE_P (sf) && !FRAME_OBSCURED_P (sf))




reply via email to

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