1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

(Fx_create_frame): Make 1 the default for menu-bar-lines.

This commit is contained in:
Richard M. Stallman 1994-09-15 08:45:46 +00:00
parent 8a63d4ba5e
commit c7bcb20dc6

View 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;