aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/scroll-bar.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0d9dde58572..9a7bd98e09b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * scroll-bar.el (scroll-bar-mode): Make argument optional.
4
12002-01-20 Jason Rumney <jasonr@gnu.org> 52002-01-20 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32-vars.el: New file. 7 * w32-vars.el: New file.
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."
105;; If it is set again, that is for real. 105;; If it is set again, that is for real.
106(setq scroll-bar-mode-explicit t) 106(setq scroll-bar-mode-explicit t)
107 107
108(defun scroll-bar-mode (flag) 108(defun scroll-bar-mode (&optional flag)
109 "Toggle display of vertical scroll bars on all frames. 109 "Toggle display of vertical scroll bars on all frames.
110This command applies to all frames that exist and frames to be 110This command applies to all frames that exist and frames to be
111created in the future. 111created in the future.