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: Mon, 04 Oct 2004 10:13:05 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.912 emacs/src/xdisp.c:1.913
*** emacs/src/xdisp.c:1.912     Mon Oct  4 13:52:26 2004
--- emacs/src/xdisp.c   Mon Oct  4 13:57:31 2004
***************
*** 21631,21636 ****
--- 21631,21639 ----
       do it for frames with vertical scroll bars because either the
       right scroll bar of a window, or the left scroll bar of its
       neighbor will suffice as a border.  */
+   if (FRAME_HAS_VERTICAL_SCROLL_BARS (XFRAME (w->frame)))
+     return;
+ 
    if (!WINDOW_RIGHTMOST_P (w)
        && !WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (w))
      {




reply via email to

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