aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2006-07-29 20:57:26 +0000
committerKaroly Lorentey <[email protected]>2006-07-29 20:57:26 +0000
commit14ab3a40ec0cfdfa7f351e1202e0f873af553391 (patch)
tree8e0369b9f5716ef4fac672fd816af559051396ff /src/gtkutil.c
parente6aee454e682e137d5b04116716d308c1d5c3544 (diff)
Fix F10 behaviour. (Reported by Bernard Adrian.)
* src/xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from Fmenu_bar_open. (syms_of_xmenu): Update defsubr. * lisp/menu-bar.el (menu-bar-open): New function. Bind it to f10. * lisp/term/x-win.el: Don't bind f10. * lisp/tmm.el: Remove autoload binding for f10. * lisp/ldefs-boot.el: Regenerate. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-577
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index f4a2b4d3f5..4329ce236d 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1970,7 +1970,7 @@ xg_create_one_menuitem (item, f, select_cb, highlight_cb, cl_data, group)
return w;
}
-/* Callback called when keyboard traversal (started by menu-bar-open) ends.
+/* Callback called when keyboard traversal (started by x-menu-bar-open) ends.
WMENU is the menu for which traversal has been done. DATA points to the
frame for WMENU. We must release grabs, some bad interaction between GTK
and Emacs makes the menus keep the grabs. */