changeset 3538:f53bcee8d914

(read_key_sequence): Reset fkey_map when we find something at the end of Vfunction_key_map.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jun 1993 05:31:40 +0000
parents 22055fd47b78
children a9b1e2a5523b
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Mon Jun 07 05:30:29 1993 +0000
+++ b/src/keyboard.c	Mon Jun 07 05:31:40 1993 +0000
@@ -4023,6 +4023,7 @@
 		  
 		  mock_input = t;
 		  fkey_start = fkey_end = t;
+		  fkey_map = Vfunction_key_map;
 
 		  goto replay_sequence;
 		}