diff options
Diffstat (limited to 'src/casetab.c')
| -rw-r--r-- | src/casetab.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/casetab.c b/src/casetab.c index 5f3c8db2869..b6b1c99c39f 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -247,15 +247,8 @@ init_casetab_once (void) | |||
| 247 | { | 247 | { |
| 248 | register int i; | 248 | register int i; |
| 249 | Lisp_Object down, up, eqv; | 249 | Lisp_Object down, up, eqv; |
| 250 | DEFSYM (Qcase_table, "case-table"); | ||
| 251 | |||
| 252 | /* Intern this now in case it isn't already done. | ||
| 253 | Setting this variable twice is harmless. | ||
| 254 | But don't staticpro it here--that is done in alloc.c. */ | ||
| 255 | Qchar_table_extra_slots = intern_c_string ("char-table-extra-slots"); | ||
| 256 | 250 | ||
| 257 | /* Now we are ready to set up this property, so we can | 251 | DEFSYM (Qcase_table, "case-table"); |
| 258 | create char tables. */ | ||
| 259 | Fput (Qcase_table, Qchar_table_extra_slots, make_number (3)); | 252 | Fput (Qcase_table, Qchar_table_extra_slots, make_number (3)); |
| 260 | 253 | ||
| 261 | down = Fmake_char_table (Qcase_table, Qnil); | 254 | down = Fmake_char_table (Qcase_table, Qnil); |