Mercurial > emacs
changeset 6931:2d0ee7ef620a
(xmenu_show): Fix typo in last change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Apr 1994 07:50:32 +0000 |
parents | 4d3971045057 |
children | bde97688f58b |
files | src/xmenu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;