]> git.eshelyaron.com Git - emacs.git/commitdiff
* xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 1 Jun 2006 06:39:44 +0000 (06:39 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 1 Jun 2006 06:39:44 +0000 (06:39 +0000)
 menu-bar-open.

src/xmenu.c

index ef9fb05fb29a9e30eef92810582506a21f024c3e..f2b5f9f0c07a0aeb3a2b68b054dec1ae00fcd0b0 100644 (file)
@@ -1301,7 +1301,7 @@ popup_get_selection (initial_event, dpyinfo, id, do_timers)
     }
 }
 
-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 @@ If FRAME is nil or not given, use the selected frame.  */)
 
 
 #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 @@ The enable predicate for a menu command should check this variable.  */);
   defsubr (&Sx_popup_menu);
 
 #if defined (USE_GTK) || defined (USE_X_TOOLKIT)
-  defsubr (&Smenu_bar_start);
+  defsubr (&Smenu_bar_open);
 #endif
 
 #ifdef HAVE_MENUS