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:
parent
8a63d4ba5e
commit
c7bcb20dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue