]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_char): After read_char_minibuf_menu_prompt,
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Aug 1994 08:24:23 +0000 (08:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Aug 1994 08:24:23 +0000 (08:24 +0000)
don't just return; jump to non_reread.

src/keyboard.c

index e916bc7ee09fe05057928264042a1150ffc0a70b..2209dbeeee05e5553e7dc0cdfa644432c4934f23 100644 (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,