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:
parent
e31fbc7a00
commit
32e6d8069b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user