changeset 41925:524400c8c8b5

(menu-bar-mode): Make arg optional.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Dec 2001 20:39:26 +0000
parents beab88f3e24f
children 8748b5403232
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.