summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-12-10 20:39:26 +0000
committerRichard M. Stallman <rms@gnu.org>2001-12-10 20:39:26 +0000
commit6fa4074323ce8103b54bfa6828dde2830c97c72b (patch)
tree96500532f7b56d0a2aedbe6d220bb5adb4849b56
parentcc17378efe993f5eba4fa9ebb7a59f8f4c23e941 (diff)
downloademacs-6fa4074323ce8103b54bfa6828dde2830c97c72b.tar.gz
(menu-bar-mode): Make arg optional.
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
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.