changeset 18742:a56124aa2164

(command_loop_1): Add missing message2 argument. (menu_bar_items): Add missing get_keyelt argument. (follow_key): Likewise. (read_key_sequence): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Jul 1997 06:42:03 +0000
parents 862d3328f79d
children 1c1a002339a5
files src/keyboard.c
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat Jul 12 06:41:26 1997 +0000
+++ b/src/keyboard.c	Sat Jul 12 06:42:03 1997 +0000
@@ -1148,7 +1148,7 @@
 
 	  Fsit_for (make_number (2), Qnil, Qnil);
 	  /* Clear the echo area.  */
-	  message2 (0);
+	  message2 (0, 0);
 	  safe_run_hooks (Qecho_area_clear_hook);
 
 	  unbind_to (count, Qnil);
@@ -5182,7 +5182,7 @@
   for (mapno = nmaps - 1; mapno >= 0; mapno--)
     {
       if (! NILP (maps[mapno]))
-	def = get_keyelt (access_keymap (maps[mapno], Qmenu_bar, 1, 0));
+	def = get_keyelt (access_keymap (maps[mapno], Qmenu_bar, 1, 0), 0);
       else
 	def = Qnil;
 
@@ -5769,7 +5769,7 @@
 	  {
 	    Lisp_Object def;
 	    def = get_keyelt (access_keymap (current[i],
-					     meta_prefix_char, 1, 0));
+					     meta_prefix_char, 1, 0), 0);
 
 	    /* Note that since we pass the resulting bindings through
 	       get_keymap_1, non-prefix bindings for meta-prefix-char
@@ -5794,7 +5794,7 @@
 	  else
 	    map = current[i];
 
-	  defs[i] = get_keyelt (access_keymap (map, key, 1, 0));
+	  defs[i] = get_keyelt (access_keymap (map, key, 1, 0), 0);
 	  if (! NILP (defs[i]))
 	    first_binding = i;
 	}
@@ -6546,7 +6546,7 @@
 		  fkey_next
 		    = get_keymap_1
 		      (get_keyelt
-		       (access_keymap (fkey_map, meta_prefix_char, 1, 0)),
+		       (access_keymap (fkey_map, meta_prefix_char, 1, 0), 0),
 		       0, 1);
 		  XSETFASTINT (key, XFASTINT (key) & ~meta_modifier);
 		}
@@ -6554,7 +6554,7 @@
 		fkey_next = fkey_map;
 
 	      fkey_next
-		= get_keyelt (access_keymap (fkey_next, key, 1, 0));
+		= get_keyelt (access_keymap (fkey_next, key, 1, 0), 0);
 
 #if 0 /* I didn't turn this on, because it might cause trouble
 	 for the mapping of return into C-m and tab into C-i.  */
@@ -6654,7 +6654,7 @@
 		keytran_next
 		  = get_keymap_1
 		    (get_keyelt
-		     (access_keymap (keytran_map, meta_prefix_char, 1, 0)),
+		     (access_keymap (keytran_map, meta_prefix_char, 1, 0), 0),
 		     0, 1);
 		XSETFASTINT (key, XFASTINT (key) & ~meta_modifier);
 	      }
@@ -6662,7 +6662,7 @@
 	      keytran_next = keytran_map;
 
 	    keytran_next
-	      = get_keyelt (access_keymap (keytran_next, key, 1, 0));
+	      = get_keyelt (access_keymap (keytran_next, key, 1, 0), 0);
 
 	    /* If the key translation map gives a function, not an
 	       array, then call the function with no args and use