diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-06-09 23:05:10 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-06-09 23:05:10 +0000 |
commit | a9d8395f86de41ac26a313dd5b7c8bc8356458eb (patch) | |
tree | ed1525777ba2e35ff2348b937db1967c9c7f7453 /src/xmenu.c | |
parent | 25be292e5f43dadef3e0cb00ddd126939e75ea35 (diff) | |
download | emacs-a9d8395f86de41ac26a313dd5b7c8bc8356458eb.tar.gz |
(set_frame_menubar): Sync with version in xmenu.c.
(w32_menu_show): Sync with xmenu_show in xmenu.c.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r-- | src/xmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 15730743166..bba202e4504 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -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; } |