emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.221 emacs/lisp/frame.el:1.222
*** emacs/lisp/frame.el:1.221   Thu May 19 15:40:37 2005
--- emacs/lisp/frame.el Fri Jun 10 00:56:04 2005
***************
*** 969,977 ****
  
  (defun frame-current-scroll-bars (&optional frame)
    "Return the current scroll-bar settings in frame FRAME.
! 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 (frame-parameter frame 'vertical-scroll-bars))
        (hor nil))
--- 969,977 ----
  
  (defun frame-current-scroll-bars (&optional frame)
    "Return the current scroll-bar settings in frame FRAME.
! Value is a cons (VERTICAL . HORIZ0NTAL) 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 (frame-parameter frame 'vertical-scroll-bars))
        (hor nil))




reply via email to

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