diff options
Diffstat (limited to 'src/category.c')
| -rw-r--r-- | src/category.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/category.c b/src/category.c index 30ffbd0890f..b28978fb721 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -460,14 +460,6 @@ init_category_once (void) | |||
| 460 | { | 460 | { |
| 461 | /* This has to be done here, before we call Fmake_char_table. */ | 461 | /* This has to be done here, before we call Fmake_char_table. */ |
| 462 | DEFSYM (Qcategory_table, "category-table"); | 462 | DEFSYM (Qcategory_table, "category-table"); |
| 463 | |||
| 464 | /* Intern this now in case it isn't already done. | ||
| 465 | Setting this variable twice is harmless. | ||
| 466 | But don't staticpro it here--that is done in alloc.c. */ | ||
| 467 | Qchar_table_extra_slots = intern_c_string ("char-table-extra-slots"); | ||
| 468 | |||
| 469 | /* Now we are ready to set up this property, so we can | ||
| 470 | create category tables. */ | ||
| 471 | Fput (Qcategory_table, Qchar_table_extra_slots, make_number (2)); | 463 | Fput (Qcategory_table, Qchar_table_extra_slots, make_number (2)); |
| 472 | 464 | ||
| 473 | Vstandard_category_table = Fmake_char_table (Qcategory_table, Qnil); | 465 | Vstandard_category_table = Fmake_char_table (Qcategory_table, Qnil); |