aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-01-13 10:16:17 +0000
committerPavel Janík <[email protected]>2002-01-13 10:16:17 +0000
commit5cb6905db7995a43d4a46ad536ba9d5ef1bc0f89 (patch)
tree395cd49edbd9b7532929d2eb85a7b684ba264f54 /src/keyboard.c
parent110c171f4d1ff9876c7e74d2e73aeed5b6460b8b (diff)
(read_key_sequence): Remove unused variable `extra_maps'.
Fix typo.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 3dc879a4e4..3414f0d260 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -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;