+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.
/* 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;
}
else
{
- int extra_maps = 2;
int nminor;
int total;
Lisp_Object *maps;