From 2e92a7cbd6126487315aa3fc2d1e1f5faa84292d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= Date: Thu, 1 Jun 2006 08:57:37 +0000 Subject: * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for menu-bar-open. --- src/xmenu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xmenu.c') diff --git a/src/xmenu.c b/src/xmenu.c index f2b5f9f0c07..5a71d82a424 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -3772,6 +3772,8 @@ The enable predicate for a menu command should check this variable. */); #if defined (USE_GTK) || defined (USE_X_TOOLKIT) defsubr (&Smenu_bar_open); + Fdefalias (intern ("accelerate-menu"), intern (Smenu_bar_open.symbol_name), + Qnil); #endif #ifdef HAVE_MENUS -- cgit v1.2.1