# HG changeset patch # User Pavel Jank # Date 1011541492 0 # Node ID 4c0ca26cfc697f3814d370b9deaa5c977ee2b24c # Parent 66153155fbec32d52365a50d50b1e588cae9cc23 (scroll-bar-mode): Make argument optional. diff -r 66153155fbec -r 4c0ca26cfc69 lisp/scroll-bar.el --- 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.