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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sun, 21 Aug 2005 16:58:04 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1042 emacs/src/xdisp.c:1.1043
*** emacs/src/xdisp.c:1.1042    Sat Aug 20 05:26:08 2005
--- emacs/src/xdisp.c   Sun Aug 21 20:58:03 2005
***************
*** 12730,12739 ****
  
  #ifdef HAVE_WINDOW_SYSTEM
    if (FRAME_WINDOW_P (f)
!       && update_window_fringes (w, 0)
!       && !just_this_one_p
!       && (used_current_matrix_p || overlay_arrow_seen)
!       && !w->pseudo_window_p)
      {
        update_begin (f);
        BLOCK_INPUT;
--- 12730,12738 ----
  
  #ifdef HAVE_WINDOW_SYSTEM
    if (FRAME_WINDOW_P (f)
!       && update_window_fringes (w, (just_this_one_p
!                                   || (!used_current_matrix_p && 
!overlay_arrow_seen)
!                                   || w->pseudo_window_p)))
      {
        update_begin (f);
        BLOCK_INPUT;




reply via email to

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