Mercurial > emacs
changeset 71130:c713bb95739c
* xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
menu-bar-open.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 01 Jun 2006 06:39:44 +0000 |
parents | 592b45541eff |
children | cd2f1fe2870c |
files | src/xmenu.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Thu Jun 01 06:39:18 2006 +0000 +++ b/src/xmenu.c Thu Jun 01 06:39:44 2006 +0000 @@ -1301,7 +1301,7 @@ } } -DEFUN ("menu-bar-start", Fmenu_bar_start, Smenu_bar_start, 0, 1, "i", +DEFUN ("menu-bar-open", Fmenu_bar_open, Smenu_bar_open, 0, 1, "i", doc: /* Start key navigation of the menu bar in FRAME. This initially opens the first menu bar item and you can then navigate with the arrow keys, select a menu entry with the return key or cancel with the @@ -1380,7 +1380,7 @@ #ifdef USE_GTK -DEFUN ("menu-bar-start", Fmenu_bar_start, Smenu_bar_start, 0, 1, "i", +DEFUN ("menu-bar-open", Fmenu_bar_open, Smenu_bar_open, 0, 1, "i", doc: /* Start key navigation of the menu bar in FRAME. This initially opens the first menu bar item and you can then navigate with the arrow keys, select a menu entry with the return key or cancel with the @@ -3771,7 +3771,7 @@ defsubr (&Sx_popup_menu); #if defined (USE_GTK) || defined (USE_X_TOOLKIT) - defsubr (&Smenu_bar_start); + defsubr (&Smenu_bar_open); #endif #ifdef HAVE_MENUS