Mercurial > emacs
changeset 3129:1b51f5e18410
(scroll-bar-mode): Make default value t.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 May 1993 19:27:06 +0000 |
parents | 2417a8dc0f14 |
children | 82c29bacb6b3 |
files | lisp/scroll-bar.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/scroll-bar.el Wed May 26 19:12:18 1993 +0000 +++ b/lisp/scroll-bar.el Wed May 26 19:27:06 1993 +0000 @@ -48,7 +48,9 @@ ;;;; Helpful functions for enabling and disabling scroll bars. -(defvar scroll-bar-mode nil) +;;; This is not documented because you can't change the +;;; mode properly by setting it. +(defvar scroll-bar-mode t) (defun scroll-bar-mode (flag) "Toggle display of vertical scroll bars on each frame.