1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

(read_key_sequence): Reset fkey_map when we find

something at the end of Vfunction_key_map.
This commit is contained in:
Richard M. Stallman 1993-06-07 05:31:40 +00:00
parent e31fbc7a00
commit 32e6d8069b

View File

@ -4023,6 +4023,7 @@ read_key_sequence (keybuf, bufsize, prompt)
mock_input = t;
fkey_start = fkey_end = t;
fkey_map = Vfunction_key_map;
goto replay_sequence;
}