/[emacs]/emacs/lisp/scroll-bar.el
ViewVC logotype

Diff of /emacs/lisp/scroll-bar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by tamm, Thu Jan 2 22:37:13 2003 UTC revision 1.45 by miles, Wed Apr 2 04:31:05 2003 UTC
# Line 1  Line 1 
1  ;;; scroll-bar.el --- window system-independent scroll bar support  ;;; scroll-bar.el --- window system-independent scroll bar support
2    
3  ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001  ;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2003
4  ;;  Free Software Foundation, Inc.  ;;  Free Software Foundation, Inc.
5    
6  ;; Maintainer: FSF  ;; Maintainer: FSF
# Line 97  and `right' (scroll bars on right). Line 97  and `right' (scroll bars on right).
97  To set this variable in a Lisp program, use `set-scroll-bar-mode'  To set this variable in a Lisp program, use `set-scroll-bar-mode'
98  to make it take real effect.  to make it take real effect.
99  Setting the variable with a customization buffer also takes effect."  Setting the variable with a customization buffer also takes effect."
100    :type '(choice (const :tag "none (nil)")    :type '(choice (const :tag "none (nil)" nil)
101                   (const left)                   (const left)
102                   (const right))                   (const right))
103    :group 'frames    :group 'frames

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26