mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 01:10:47 -08:00
(set_frame_menubar): Sync with version in xmenu.c.
(w32_menu_show): Sync with xmenu_show in xmenu.c.
This commit is contained in:
parent
25be292e5f
commit
a9d8395f86
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,8 @@
|
|||
(digest_single_submenu): Remove.
|
||||
(syms_of_w32menu): Don't initialise variables that have moved
|
||||
to menu.c.
|
||||
(set_frame_menubar): Sync with version in xmenu.c.
|
||||
(w32_menu_show): Sync with xmenu_show in xmenu.c.
|
||||
|
||||
* menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
|
||||
Make static again.
|
||||
|
|
|
|||
|
|
@ -2114,8 +2114,8 @@ xmenu_show (f, x, y, for_click, keymaps, title, error)
|
|||
wv_title->name = (char *) SDATA (title);
|
||||
wv_title->enabled = TRUE;
|
||||
wv_title->button_type = BUTTON_TYPE_NONE;
|
||||
wv_title->next = wv_sep1;
|
||||
wv_title->help = Qnil;
|
||||
wv_title->next = wv_sep1;
|
||||
first_wv->contents = wv_title;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue