(xmenu_show): Fix typo in last change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 1994 07:50:32 +0000 (07:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 1994 07:50:32 +0000 (07:50 +0000)
src/xmenu.c

index 83f559a..50e3ceb 100644 (file)
@@ -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;