]> code.delx.au - gnu-emacs/commitdiff
(read_key_sequence): Reset fkey_map when we find
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Jun 1993 05:31:40 +0000 (05:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Jun 1993 05:31:40 +0000 (05:31 +0000)
something at the end of Vfunction_key_map.

src/keyboard.c

index af9909922320041669d6c4dc99e0783d0f471e7b..fb935e7bb8fc972f747b5d8bf510b60936584189 100644 (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;
                }