]> git.eshelyaron.com Git - emacs.git/commitdiff
(scroll-bar-mode): Make argument optional.
authorPavel Janík <Pavel@Janik.cz>
Sun, 20 Jan 2002 15:49:50 +0000 (15:49 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 20 Jan 2002 15:49:50 +0000 (15:49 +0000)
lisp/ChangeLog
lisp/scroll-bar.el

index 0d9dde5857297c872031a6243d080896370787bb..9a7bd98e09b450e040f3e3a3a9b42e0767e5f5bc 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * scroll-bar.el (scroll-bar-mode): Make argument optional.
+
 2002-01-20  Jason Rumney  <jasonr@gnu.org>
 
        * w32-vars.el: New file.
index 493a271cf2339ea179cc31561c2d26e6cecd4849..d08c5c63acd91971115ac7bd2500770bd0586e4b 100644 (file)
@@ -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.