1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00

(read_char_minibuf_menu_prompt): Don't forget to initialize nobindings.

(lispy_function_keys): Add `backtab'.
This commit is contained in:
Richard M. Stallman 1994-05-20 08:18:01 +00:00
parent c04d7da3f0
commit 9fdbfdf8fd

View file

@ -2357,7 +2357,7 @@ static char *lispy_function_keys[] =
"help",
"break", /* 0xff6b */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, "backtab", 0,
0, /* 0xff76 */
0, 0, 0, 0, 0, 0, 0, 0, "kp-numlock", /* 0xff7f */
"kp-space", /* 0xff80 */ /* IsKeypadKey */
@ -3973,7 +3973,7 @@ read_char_minibuf_menu_prompt (commandflag, nmaps, maps)
int width = FRAME_WIDTH (selected_frame) - 4;
char *menu = (char *) alloca (width + 4);
int idx = -1;
int nobindings ;
int nobindings = 1;
Lisp_Object rest, vector;
if (! menu_prompting)