]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_create_frame): Make 1 the default for menu-bar-lines.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Sep 1994 08:45:46 +0000 (08:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Sep 1994 08:45:46 +0000 (08:45 +0000)
src/xfns.c

index ea41cc8ea81550857049331153bccae94318a5f6..32a3863498e3fc5e2a9e530ca1731821eae9898b 100644 (file)
@@ -2382,7 +2382,7 @@ be shared by the new frame.")
   x_default_parameter (f, parms, Qborder_color, build_string ("black"),
                       "borderColor", "BorderColor", string);
 
-  x_default_parameter (f, parms, Qmenu_bar_lines, make_number (0),
+  x_default_parameter (f, parms, Qmenu_bar_lines, make_number (1),
                       "menuBarLines", "MenuBarLines", number);
 
   f->display.x->parent_desc = ROOT_WINDOW;