(read_char): After read_char_minibuf_menu_prompt,

don't just return; jump to non_reread.
This commit is contained in:
Richard M. Stallman 1994-08-23 08:24:23 +00:00
parent 3e6caf2a4b
commit 588a7c5d16

View file

@ -1582,7 +1582,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
{
c = read_char_minibuf_menu_prompt (commandflag, nmaps, maps);
if (! NILP (c))
return c;
goto non_reread;
}
/* If in middle of key sequence and minibuffer not active,