emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/window.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/window.el
Date: Thu, 09 Jun 2005 20:57:02 -0400

Index: emacs/lisp/window.el
diff -c emacs/lisp/window.el:1.103 emacs/lisp/window.el:1.104
*** emacs/lisp/window.el:1.103  Thu Jun  9 14:03:29 2005
--- emacs/lisp/window.el        Fri Jun 10 00:57:02 2005
***************
*** 92,100 ****
  
  (defun window-current-scroll-bars (&optional window)
    "Return the current scroll-bar settings in window WINDOW.
! Value is a cons (VERTICAL . HORISONTAL) where VERTICAL specifies the
  current location of the vertical scroll-bars (left, right, or nil),
! and HORISONTAL specifies the current location of the horisontal scroll
  bars (top, bottom, or nil)."
    (let ((vert (nth 2 (window-scroll-bars window)))
        (hor nil))
--- 92,100 ----
  
  (defun window-current-scroll-bars (&optional window)
    "Return the current scroll-bar settings in window WINDOW.
! Value is a cons (VERTICAL . HORIZONTAL) where VERTICAL specifies the
  current location of the vertical scroll-bars (left, right, or nil),
! and HORIZONTAL specifies the current location of the horizontal scroll
  bars (top, bottom, or nil)."
    (let ((vert (nth 2 (window-scroll-bars window)))
        (hor nil))




reply via email to

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