emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/fringe.c
Date: Mon, 22 Nov 2004 09:32:44 -0500

Index: emacs/src/fringe.c
diff -c emacs/src/fringe.c:1.20 emacs/src/fringe.c:1.21
*** emacs/src/fringe.c:1.20     Tue Nov 16 15:41:54 2004
--- emacs/src/fringe.c  Mon Nov 22 14:26:23 2004
***************
*** 809,815 ****
            arrow_bot = XCDR (pos);
        }
        else
!       ind = Qnil;
      }
  
    if (!NILP (ind))
--- 809,816 ----
            arrow_bot = XCDR (pos);
        }
        else
!       /* Anything else means boundary on left and no arrows.  */
!       boundary_top = boundary_bot = Qleft;
      }
  
    if (!NILP (ind))




reply via email to

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