From 64453f32d02ab3e2066ee8230def550fd125d299 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 2 Apr 2003 04:31:22 +0000 Subject: [PATCH] (scroll-bar-mode): Correctly specify `nil' choice. --- lisp/ChangeLog | 4 ++++ lisp/scroll-bar.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9cf924d8a5a..79b93ec904e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-04-02 Miles Bader + + * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice. + 2003-04-01 Dave Love * time.el: Doc fixes. diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 74fd948ee68..1ee1b462db4 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -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 @@ and `right' (scroll bars on right). 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 -- 2.39.2