diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-20 15:49:50 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-20 15:49:50 +0000 |
commit | b1ad7c13fa4ccd7cdd587cb051024b4959c442ae (patch) | |
tree | f9a2c4f2e7362e2da832e60ac27d3abcd0f36e27 /lisp/scroll-bar.el | |
parent | aa06cb9c7971a221db885f5e3997c2a23fa1a52d (diff) | |
download | emacs-b1ad7c13fa4ccd7cdd587cb051024b4959c442ae.tar.gz |
(scroll-bar-mode): Make argument optional.
Diffstat (limited to 'lisp/scroll-bar.el')
-rw-r--r-- | lisp/scroll-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 493a271cf23..d08c5c63acd 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -105,7 +105,7 @@ Setting the variable with a customization buffer also takes effect." ;; If it is set again, that is for real. (setq scroll-bar-mode-explicit t) -(defun scroll-bar-mode (flag) +(defun scroll-bar-mode (&optional flag) "Toggle display of vertical scroll bars on all frames. This command applies to all frames that exist and frames to be created in the future. |