changeset 50398:1b58100e624c

(scroll-bar-mode): Correctly specify `nil' choice.
author Miles Bader <miles@gnu.org>
date Wed, 02 Apr 2003 04:31:05 +0000
parents a3e1934e4ead
children aeb40495a6b4
files lisp/scroll-bar.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/scroll-bar.el	Tue Apr 01 23:09:13 2003 +0000
+++ b/lisp/scroll-bar.el	Wed Apr 02 04:31:05 2003 +0000
@@ -1,6 +1,6 @@
 ;;; scroll-bar.el --- window system-independent scroll bar support
 
-;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001
+;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001, 2003
 ;;  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
@@ -97,7 +97,7 @@
 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)")
+  :type '(choice (const :tag "none (nil)" nil)
 		 (const left)
 		 (const right))
   :group 'frames