X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fgui-x.c;h=467c3abe16a37a54d954019972a3a4087ca8f923;hp=58fb4f3d5ece8cd10259399070bc13f2cbe2d476;hb=3890a2e3064a7f562107c58e59d928284ec04741;hpb=a4106e305f464a1d09e395329e2426f7759a4281 diff --git a/src/gui-x.c b/src/gui-x.c index 58fb4f3..467c3ab 100644 --- a/src/gui-x.c +++ b/src/gui-x.c @@ -619,6 +619,8 @@ sanity_check_lwlib (void) void syms_of_gui_x (void) { + INIT_LRECORD_IMPLEMENTATION (popup_data); + defsymbol (&Qmenu_no_selection_hook, "menu-no-selection-hook"); }