From: Richard M. Stallman Date: Mon, 10 Dec 2001 20:39:26 +0000 (+0000) Subject: (menu-bar-mode): Make arg optional. X-Git-Tag: ttn-vms-21-2-B4~17817 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fa4074323ce8103b54bfa6828dde2830c97c72b;p=emacs.git (menu-bar-mode): Make arg optional. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index b33a594f27d..625808c4da1 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1286,7 +1286,7 @@ use either \\[customize] or the function `menu-bar-mode'." :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.