From 6bf659a28bbfddae9dec3a97f08196d3118ff6e1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 29 Nov 2001 12:19:42 +0000 Subject: [PATCH] (syms_of_coding) : Give it an extra extra slot. --- src/coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coding.c b/src/coding.c index cda4cf6dad5..6234a9bf559 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7106,7 +7106,7 @@ syms_of_coding () But don't staticpro it here--that is done in alloc.c. */ Qchar_table_extra_slots = intern ("char-table-extra-slots"); Fput (Qsafe_chars, Qchar_table_extra_slots, make_number (0)); - Fput (Qchar_coding_system, Qchar_table_extra_slots, make_number (1)); + Fput (Qchar_coding_system, Qchar_table_extra_slots, make_number (2)); Qvalid_codes = intern ("valid-codes"); staticpro (&Qvalid_codes); -- 2.39.2