Mercurial > emacs
comparison src/xmenu.c @ 71134:01f0740963b0
* xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
menu-bar-open.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 01 Jun 2006 08:57:37 +0000 |
parents | c713bb95739c |
children | 6db6c056fc46 46b1096093f5 a8190f7e546e |
comparison
equal
deleted
inserted
replaced
71133:7cb50e0625f4 | 71134:01f0740963b0 |
---|---|
3770 | 3770 |
3771 defsubr (&Sx_popup_menu); | 3771 defsubr (&Sx_popup_menu); |
3772 | 3772 |
3773 #if defined (USE_GTK) || defined (USE_X_TOOLKIT) | 3773 #if defined (USE_GTK) || defined (USE_X_TOOLKIT) |
3774 defsubr (&Smenu_bar_open); | 3774 defsubr (&Smenu_bar_open); |
3775 Fdefalias (intern ("accelerate-menu"), intern (Smenu_bar_open.symbol_name), | |
3776 Qnil); | |
3775 #endif | 3777 #endif |
3776 | 3778 |
3777 #ifdef HAVE_MENUS | 3779 #ifdef HAVE_MENUS |
3778 defsubr (&Sx_popup_dialog); | 3780 defsubr (&Sx_popup_dialog); |
3779 #endif | 3781 #endif |