Mercurial > hg > xemacs-beta
diff src/event-stream.c @ 179:9ad43877534d r20-3b16
Import from CVS: tag r20-3b16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:52:19 +0200 |
parents | 6075d714658b |
children | bfd6434d15b3 |
line wrap: on
line diff
--- a/src/event-stream.c Mon Aug 13 09:51:18 2007 +0200 +++ b/src/event-stream.c Mon Aug 13 09:52:19 2007 +0200 @@ -3652,7 +3652,7 @@ return Qnil; /* if we're currently in a menu accelerator, check there for further events */ -#if defined(HAVE_X_WINDOWS) && defined(HAVE_MENUBAR) +#if defined(HAVE_X_WINDOWS) && defined(HAVE_MENUBARS) if (lw_menu_active) { result = command_builder_operate_menu_accelerator (builder); @@ -3666,7 +3666,7 @@ if (NILP (result)) #endif result = command_builder_find_leaf_1 (builder); -#if defined(HAVE_X_WINDOWS) && defined(HAVE_MENUBAR) +#if defined(HAVE_X_WINDOWS) && defined(HAVE_MENUBARS) if (NILP (result) && EQ (Vmenu_accelerator_enabled, Qmenu_fallback)) result = command_builder_find_menu_accelerator (builder); @@ -4864,7 +4864,9 @@ DEFSUBR (Fthis_command_keys); DEFSUBR (Freset_this_command_lengths); DEFSUBR (Fopen_dribble_file); +#if defined(HAVE_X_WINDOWS) && defined(HAVE_MENUBAR) DEFSUBR (Faccelerate_menu); +#endif defsymbol (&Qpre_command_hook, "pre-command-hook"); defsymbol (&Qpost_command_hook, "post-command-hook");