From: Richard M. Stallman Date: Tue, 23 Aug 1994 08:24:23 +0000 (+0000) Subject: (read_char): After read_char_minibuf_menu_prompt, X-Git-Tag: emacs-19.34~7264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=588a7c5d163cf8ee005d74f34e997cdc8c24eea6;p=emacs.git (read_char): After read_char_minibuf_menu_prompt, don't just return; jump to non_reread. --- diff --git a/src/keyboard.c b/src/keyboard.c index e916bc7ee09..2209dbeeee0 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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,