]> code.delx.au - gnu-emacs/blobdiff - src/xmenu.c
(fns.o): Depend on md5.h.
[gnu-emacs] / src / xmenu.c
index dd4880aaa4ce7cd903ff002d3f35e975f004068b..00a796b53123a2a5097ab9a493548d42014c1150 100644 (file)
@@ -1419,6 +1419,7 @@ find_and_call_menu_selection (f, menu_bar_items_used, vector, client_data)
              int j;
              struct input_event buf;
              Lisp_Object frame;
+             EVENT_INIT (buf);
 
              XSETFRAME (frame, f);
              buf.kind = MENU_BAR_EVENT;
@@ -3375,3 +3376,6 @@ The enable predicate for a menu command should check this variable.  */);
   defsubr (&Sx_popup_dialog);
 #endif
 }
+
+/* arch-tag: 92ea573c-398e-496e-ac73-2436f7d63242
+   (do not change this comment) */