# HG changeset patch # User Richard M. Stallman # Date 769421881 0 # Node ID efaee8861ad47f18428e531feeb2146cd0307121 # Parent db823753382548438be0004e3478a076f659eb2f (read_char_minibuf_menu_prompt): Don't forget to initialize nobindings. (lispy_function_keys): Add `backtab'. diff -r db8237533825 -r efaee8861ad4 src/keyboard.c --- a/src/keyboard.c Fri May 20 08:16:32 1994 +0000 +++ b/src/keyboard.c Fri May 20 08:18:01 1994 +0000 @@ -2357,7 +2357,7 @@ "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 @@ 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)