# HG changeset patch # User Richard M. Stallman # Date 763973856 0 # Node ID 6c9903c97bf481c619b7eeeb57eedd1793874d35 # Parent 190ecc6ee63664c74a68c0aa6d5267fa1dfc4c9a (list_of_items): Arg to push_menu_item was missing. diff -r 190ecc6ee636 -r 6c9903c97bf4 src/xmenu.c --- a/src/xmenu.c Fri Mar 18 06:46:54 1994 +0000 +++ b/src/xmenu.c Fri Mar 18 06:57:36 1994 +0000 @@ -608,7 +608,7 @@ { item = Fcar (tail); if (STRINGP (item)) - push_menu_item (item, Qnil, Qnil); + push_menu_item (item, Qnil, Qnil, Qnil); else { CHECK_CONS (item, 0);