(read_key_sequence): Remove unused variable `extra_maps'.
authorPavel Janík <Pavel@Janik.cz>
Sun, 13 Jan 2002 10:16:17 +0000 (10:16 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 13 Jan 2002 10:16:17 +0000 (10:16 +0000)
Fix typo.

src/ChangeLog
src/keyboard.c

index 69000f9..989fe29 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * keyboard.c (read_key_sequence): Remove unused variable
+       `extra_maps'.
+
 2002-01-13  Andreas Schwab  <schwab@suse.de>
 
        * xterm.c (x_load_font): Never set fonts_changed_p to zero.
index 3dc879a..3414f0d 100644 (file)
@@ -513,7 +513,7 @@ static Lisp_Object kbd_buffer_gcpro;
 
 /* Pointer to next available character in kbd_buffer.
    If kbd_fetch_ptr == kbd_store_ptr, the buffer is empty.
-   This may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the the
+   This may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the
    next available char is in kbd_buffer[0].  */
 static struct input_event *kbd_fetch_ptr;
 
@@ -8111,7 +8111,6 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
     }
   else
     {
-      int extra_maps = 2;
       int nminor;
       int total;
       Lisp_Object *maps;