mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
(read_char): After read_char_minibuf_menu_prompt,
don't just return; jump to non_reread.
This commit is contained in:
parent
3e6caf2a4b
commit
588a7c5d16
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue