emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xmenu.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xmenu.c
Date: Thu, 01 Jun 2006 06:39:44 +0000

Index: emacs/src/xmenu.c
diff -u emacs/src/xmenu.c:1.305 emacs/src/xmenu.c:1.306
--- emacs/src/xmenu.c:1.305     Tue May 30 16:12:49 2006
+++ emacs/src/xmenu.c   Thu Jun  1 06:39:44 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]