diff src/keyboard.c @ 1449:7f2b81dc2dd1

(syms_of_keyboard): Properly staticpro this_command_keys.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Oct 1992 06:11:53 +0000
parents b3b2d1181d3a
children 8cc7bc81d2aa
line wrap: on
line diff
--- 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);