Mercurial > emacs
changeset 42851:4c0ca26cfc69
(scroll-bar-mode): Make argument optional.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 20 Jan 2002 15:44:52 +0000 |
parents | 66153155fbec |
children | ccfc75c7c3bf |
files | lisp/scroll-bar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/scroll-bar.el Sun Jan 20 15:39:54 2002 +0000 +++ b/lisp/scroll-bar.el Sun Jan 20 15:44:52 2002 +0000 @@ -105,7 +105,7 @@ ;; 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.