diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-26 19:27:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-26 19:27:06 +0000 |
commit | 79161a452a16a8446448c598b8afd8cf7511bff6 (patch) | |
tree | ca0ecb9a0059ea9ab30afc9656b22e3f47b0766d /lisp/scroll-bar.el | |
parent | c968e96c800fcbb89609bfcbe33689919eca3ae5 (diff) | |
download | emacs-79161a452a16a8446448c598b8afd8cf7511bff6.tar.gz |
(scroll-bar-mode): Make default value t.
Diffstat (limited to 'lisp/scroll-bar.el')
-rw-r--r-- | lisp/scroll-bar.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 86f6ea07e46..cddce3e419c 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -48,7 +48,9 @@ that scroll bar position." ;;;; 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. |