changeset 7587:efaee8861ad4

(read_char_minibuf_menu_prompt): Don't forget to initialize nobindings. (lispy_function_keys): Add `backtab'.
author Richard M. Stallman <rms@gnu.org>
date Fri, 20 May 1994 08:18:01 +0000
parents db8237533825
children 4a0b3a63e51e
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)