Mercurial > emacs
diff src/keyboard.c @ 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 | e4c6344ca163 |
| children | f03a11bcb718 |
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;
