diff options
| author | Dmitry Antipov | 2013-08-26 09:20:59 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-26 09:20:59 +0400 |
| commit | c76826d98c8f890d8877c9ed5e7738d3268a70af (patch) | |
| tree | 4b043f09662c2f8f30bc5ff75757c2521000911c /src/coding.c | |
| parent | eed991017a9d80651febdb5549bc75853945dfbc (diff) | |
| download | emacs-c76826d98c8f890d8877c9ed5e7738d3268a70af.tar.gz emacs-c76826d98c8f890d8877c9ed5e7738d3268a70af.zip | |
* syntax.c (init_syntax_once): Adjust comment and do an early
initialization of Qchar_table_extra_slots just once...
* casetab.c (init_casetab_once):
* category.c (init_category_once):
* character.c (syms_of_character):
* coding.c (syms_of_coding):
* xdisp.c (syms_of_xdisp): ...and omit it here.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/coding.c b/src/coding.c index 5b637627763..c10fb375672 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -10814,11 +10814,6 @@ syms_of_coding (void) | |||
| 10814 | Fput (Qcoding_system_error, Qerror_message, | 10814 | Fput (Qcoding_system_error, Qerror_message, |
| 10815 | build_pure_c_string ("Invalid coding system")); | 10815 | build_pure_c_string ("Invalid coding system")); |
| 10816 | 10816 | ||
| 10817 | /* Intern this now in case it isn't already done. | ||
| 10818 | Setting this variable twice is harmless. | ||
| 10819 | But don't staticpro it here--that is done in alloc.c. */ | ||
| 10820 | Qchar_table_extra_slots = intern_c_string ("char-table-extra-slots"); | ||
| 10821 | |||
| 10822 | DEFSYM (Qtranslation_table, "translation-table"); | 10817 | DEFSYM (Qtranslation_table, "translation-table"); |
| 10823 | Fput (Qtranslation_table, Qchar_table_extra_slots, make_number (2)); | 10818 | Fput (Qtranslation_table, Qchar_table_extra_slots, make_number (2)); |
| 10824 | DEFSYM (Qtranslation_table_id, "translation-table-id"); | 10819 | DEFSYM (Qtranslation_table_id, "translation-table-id"); |