# HG changeset patch # User Richard M. Stallman # Date 766569032 0 # Node ID 2d0ee7ef620a39dd9aeea1ff649e30eb52d456b1 # Parent 4d3971045057a229d86b269ca1d3eb02f2f8cbdd (xmenu_show): Fix typo in last change. diff -r 4d3971045057 -r 2d0ee7ef620a src/xmenu.c --- a/src/xmenu.c Sun Apr 17 05:04:12 1994 +0000 +++ b/src/xmenu.c Sun Apr 17 07:50:32 1994 +0000 @@ -1727,7 +1727,7 @@ if (!NILP (prefix)) entry = Fcons (prefix, entry); for (j = submenu_depth - 1; j >= 0; j--) - if (!NILP (subprefix_stack[j], entry)) + if (!NILP (subprefix_stack[j])) entry = Fcons (subprefix_stack[j], entry); } return entry;