X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmenubar-x.c;h=49c23a518775d9eaa75de63b359d79429969e60e;hb=4faa92777f0b49cc67da8ab24a5d6e66e845f963;hp=34932dd75f736373c11ff828f019ca121bf40001;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- diff --git a/src/menubar-x.c b/src/menubar-x.c index 34932dd..49c23a5 100644 --- a/src/menubar-x.c +++ b/src/menubar-x.c @@ -1236,7 +1236,7 @@ command_builder_find_menu_accelerator (struct command_builder *builder) if (menubar_widget && CONSP (Vmenu_accelerator_modifiers)) { - Lisp_Object fake; + Lisp_Object fake = Qnil; Lisp_Object last = Qnil; struct gcpro gcpro1; Lisp_Object matchp;