# HG changeset patch # User Richard M. Stallman # Date 719561513 0 # Node ID 7f2b81dc2dd1e2d33eaf4418f0a2e9e781e6596f # Parent 99fb20ef1a17a6c61163fd0f95282f019583ff6c (syms_of_keyboard): Properly staticpro this_command_keys. diff -r 99fb20ef1a17 -r 7f2b81dc2dd1 src/keyboard.c --- a/src/keyboard.c Tue Oct 20 04:35:17 1992 +0000 +++ b/src/keyboard.c Tue Oct 20 06:11:53 1992 +0000 @@ -3931,7 +3931,7 @@ staticpro (&recent_keys); this_command_keys = Fmake_vector (make_number (40), Qnil); - staticpro (&recent_keys); + staticpro (&this_command_keys); func_key_syms = Qnil; staticpro (&func_key_syms);