emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/scroll-bar.el
Date: Fri, 04 Apr 2003 01:23:01 -0500

Index: emacs/lisp/scroll-bar.el
diff -c emacs/lisp/scroll-bar.el:1.44 emacs/lisp/scroll-bar.el:1.45
*** emacs/lisp/scroll-bar.el:1.44       Thu Jan  2 17:37:13 2003
--- emacs/lisp/scroll-bar.el    Tue Apr  1 23:31:05 2003
***************
*** 1,6 ****
  ;;; scroll-bar.el --- window system-independent scroll bar support
  
! ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001
  ;;  Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; scroll-bar.el --- window system-independent scroll bar support
  
! ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2003
  ;;  Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
***************
*** 97,103 ****
  To set this variable in a Lisp program, use `set-scroll-bar-mode'
  to make it take real effect.
  Setting the variable with a customization buffer also takes effect."
!   :type '(choice (const :tag "none (nil)")
                 (const left)
                 (const right))
    :group 'frames
--- 97,103 ----
  To set this variable in a Lisp program, use `set-scroll-bar-mode'
  to make it take real effect.
  Setting the variable with a customization buffer also takes effect."
!   :type '(choice (const :tag "none (nil)" nil)
                 (const left)
                 (const right))
    :group 'frames




reply via email to

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