changeset 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 99fb20ef1a17
children a321ed0fa3ae
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);