From 588a7c5d163cf8ee005d74f34e997cdc8c24eea6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Aug 1994 08:24:23 +0000 Subject: [PATCH] (read_char): After read_char_minibuf_menu_prompt, don't just return; jump to non_reread. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5