From e48087b7e2b08759fef453297177a9edcf2f675c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Apr 1994 07:50:32 +0000 Subject: [PATCH] (xmenu_show): Fix typo in last change. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmenu.c b/src/xmenu.c index 83f559a1fdc..50e3ceb2ccd 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1727,7 +1727,7 @@ xmenu_show (f, x, y, menubarp, keymaps, title, error) 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; -- 2.39.5