Mercurial > emacs
changeset 10915:4d587fff2aa0
(read_key_sequence): Update orig_local_map
for some additional gotos to replay_sequence.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 03 Mar 1995 10:32:07 +0000 |
parents | 413d44c0bd41 |
children | 3aea65d9eb68 |
files | src/keyboard.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Fri Mar 03 10:31:49 1995 +0000 +++ b/src/keyboard.c Fri Mar 03 10:32:07 1995 +0000 @@ -5081,6 +5081,7 @@ interrupted_perdisplay->kbd_queue = Fcons (keybuf[--t], interrupted_perdisplay->kbd_queue); mock_input = 0; + orig_local_map = get_local_map (PT, current_buffer); goto replay_sequence; } #endif @@ -5110,6 +5111,7 @@ if (BUFFERP (key)) { mock_input = t; + orig_local_map = get_local_map (PT, current_buffer); goto replay_sequence; } @@ -5121,6 +5123,7 @@ keybuf[t++] = key; mock_input = t; Vquit_flag = Qnil; + orig_local_map = get_local_map (PT, current_buffer); goto replay_sequence; }