From: Pavel Janík Date: Sun, 13 Jan 2002 10:16:17 +0000 (+0000) Subject: (read_key_sequence): Remove unused variable `extra_maps'. X-Git-Tag: ttn-vms-21-2-B4~17178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5cb6905db7995a43d4a46ad536ba9d5ef1bc0f89;p=emacs.git (read_key_sequence): Remove unused variable `extra_maps'. Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 69000f91041..989fe29245b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-01-13 Pavel Jan,Bm(Bk + + * keyboard.c (read_key_sequence): Remove unused variable + `extra_maps'. + 2002-01-13 Andreas Schwab * xterm.c (x_load_font): Never set fonts_changed_p to zero. diff --git a/src/keyboard.c b/src/keyboard.c index 3dc879a4e4e..3414f0d2604 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;