X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fgui.c;h=4824420ca3fee928a8a83f8a65a2c473d4225886;hb=147864f7999198cf34406560387d15a29322670c;hp=55e65728d92bd01223da01c4325fa4ef55c43108;hpb=1c97bf160520f9e0b193236a902eb4b73d59d134;p=chise%2Fxemacs-chise.git diff --git a/src/gui.c b/src/gui.c index 55e6572..4824420 100644 --- a/src/gui.c +++ b/src/gui.c @@ -432,9 +432,11 @@ gui_item_display_flush_right (Lisp_Object gui_item, struct Lisp_Gui_Item* pgui_item = XGUI_ITEM (gui_item); *buf = 0; +#ifdef HAVE_MENUBARS /* Have keys? */ if (!menubar_show_keybindings) return 0; +#endif /* Try :keys first */ if (!NILP (pgui_item->keys))