(kbd_buffer_store_event): Fix interrupt_signal prototype.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Dec 2001 02:51:12 +0000 (02:51 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Dec 2001 02:51:12 +0000 (02:51 +0000)
commit7189cad8a1c12a965dc3effc93889d31d6f92714
tree449ace864c7545ca2bcd488dcf6027553884f791
parent87afdd65ce2117e0dc85fc15e146a64324dc6b22
(kbd_buffer_store_event): Fix interrupt_signal prototype.
Pass a dummy argument when calling interrupt_signal.
(parse_menu_item): Mark disabled items before checking for empty def.
(read_char_minibuf_menu_prompt): Make safety more visible.
(read_key_sequence): Add a `first_unbound' variable.
Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
unbound prefix as soon as we can detect it.
src/keyboard.c