diff options
| author | Richard M. Stallman | 1993-06-07 05:31:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-07 05:31:40 +0000 |
| commit | 32e6d8069b14510c5113fdd65f9bfde257b3affc (patch) | |
| tree | a5f6305f5b313d3f54e48f70d1f2d17a6e20a0f3 /src | |
| parent | e31fbc7a000930036c42f6b05aaf423fdb128690 (diff) | |
| download | emacs-32e6d8069b14510c5113fdd65f9bfde257b3affc.tar.gz emacs-32e6d8069b14510c5113fdd65f9bfde257b3affc.zip | |
(read_key_sequence): Reset fkey_map when we find
something at the end of Vfunction_key_map.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index af990992232..fb935e7bb8f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -4023,6 +4023,7 @@ read_key_sequence (keybuf, bufsize, prompt) | |||
| 4023 | 4023 | ||
| 4024 | mock_input = t; | 4024 | mock_input = t; |
| 4025 | fkey_start = fkey_end = t; | 4025 | fkey_start = fkey_end = t; |
| 4026 | fkey_map = Vfunction_key_map; | ||
| 4026 | 4027 | ||
| 4027 | goto replay_sequence; | 4028 | goto replay_sequence; |
| 4028 | } | 4029 | } |