changeset 42707:8d5458375774

(read_key_sequence): Remove unused variable `extra_maps'. Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 13 Jan 2002 10:14:47 +0000
parents be541feb06cc
children e7fb07279f05
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sun Jan 13 10:09:20 2002 +0000
+++ b/src/keyboard.c	Sun Jan 13 10:14:47 2002 +0000
@@ -513,7 +513,7 @@
 
 /* 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 @@
     }
   else
     {
-      int extra_maps = 2;
       int nminor;
       int total;
       Lisp_Object *maps;