X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/99191b89ff64172740add88e67f163619a07830c..3fa2054efdfa3c22456072254e6c67682a595233:/src/coding.c diff --git a/src/coding.c b/src/coding.c index 5b63762776..c10fb37567 100644 --- a/src/coding.c +++ b/src/coding.c @@ -10814,11 +10814,6 @@ syms_of_coding (void) Fput (Qcoding_system_error, Qerror_message, build_pure_c_string ("Invalid coding system")); - /* Intern this now in case it isn't already done. - Setting this variable twice is harmless. - But don't staticpro it here--that is done in alloc.c. */ - Qchar_table_extra_slots = intern_c_string ("char-table-extra-slots"); - DEFSYM (Qtranslation_table, "translation-table"); Fput (Qtranslation_table, Qchar_table_extra_slots, make_number (2)); DEFSYM (Qtranslation_table_id, "translation-table-id");