Mercurial > emacs
changeset 1210:3640e799d5fc
* xmenu.c (single_keymap_panes): Comment out the code which
tries to handle a dense keymap's table; it uses keymap_table, and
the rest of the code never uses the table contents anyway.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 23 Sep 1992 12:48:12 +0000 |
parents | 1aa2cd425737 |
children | 9f50cccf5963 |
files | src/xmenu.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Wed Sep 23 12:46:52 1992 +0000 +++ b/src/xmenu.c Wed Sep 23 12:48:12 1992 +0000 @@ -468,6 +468,7 @@ /* Get the length of the list level of the keymap. */ i = XFASTINT (Flength (keymap)); +#if 0 /* If the keymap has a dense table, put it in TABLE, and leave only the list level in KEYMAP. Include the length of the dense table in I. */ @@ -477,6 +478,7 @@ i += XFASTINT (Flength (table)); keymap = XCONS (XCONS (keymap)->cdr)->cdr; } +#endif /* Create vectors for the names and values of the items in the pane. I is an upper bound for the number of items. */