diff options
| author | Jason Rumney | 2008-06-09 23:05:10 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-06-09 23:05:10 +0000 |
| commit | a9d8395f86de41ac26a313dd5b7c8bc8356458eb (patch) | |
| tree | ed1525777ba2e35ff2348b937db1967c9c7f7453 /src/xmenu.c | |
| parent | 25be292e5f43dadef3e0cb00ddd126939e75ea35 (diff) | |
| download | emacs-a9d8395f86de41ac26a313dd5b7c8bc8356458eb.tar.gz emacs-a9d8395f86de41ac26a313dd5b7c8bc8356458eb.zip | |
(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) | |||
| 2114 | wv_title->name = (char *) SDATA (title); | 2114 | wv_title->name = (char *) SDATA (title); |
| 2115 | wv_title->enabled = TRUE; | 2115 | wv_title->enabled = TRUE; |
| 2116 | wv_title->button_type = BUTTON_TYPE_NONE; | 2116 | wv_title->button_type = BUTTON_TYPE_NONE; |
| 2117 | wv_title->next = wv_sep1; | ||
| 2118 | wv_title->help = Qnil; | 2117 | wv_title->help = Qnil; |
| 2118 | wv_title->next = wv_sep1; | ||
| 2119 | first_wv->contents = wv_title; | 2119 | first_wv->contents = wv_title; |
| 2120 | } | 2120 | } |
| 2121 | 2121 | ||