# HG changeset patch # User Richard M. Stallman # Date 1008016766 0 # Node ID 524400c8c8b56eb9bb7617056962eee6f3200603 # Parent beab88f3e24f80e2f1657d6a5014d55d6aa9d116 (menu-bar-mode): Make arg optional. diff -r beab88f3e24f -r 524400c8c8b5 lisp/menu-bar.el --- a/lisp/menu-bar.el Mon Dec 10 20:38:47 2001 +0000 +++ b/lisp/menu-bar.el Mon Dec 10 20:39:26 2001 +0000 @@ -1286,7 +1286,7 @@ :type 'boolean :group 'frames) -(defun menu-bar-mode (flag) +(defun menu-bar-mode (&optional flag) "Toggle display of a menu bar on each frame. This command applies to all frames that exist and frames to be created in the future.