Mercurial > emacs
comparison src/buffer.c @ 13240:f6e51f3f092a
(reset_buffer_local_variables): Init case_table slots the new way.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 19 Oct 1995 00:09:46 +0000 |
| parents | 86fef98acedc |
| children | fe65b6bde340 |
comparison
equal
deleted
inserted
replaced
| 13239:bb56f8799f36 | 13240:f6e51f3f092a |
|---|---|
| 476 b->keymap = Qnil; | 476 b->keymap = Qnil; |
| 477 b->abbrev_table = Vfundamental_mode_abbrev_table; | 477 b->abbrev_table = Vfundamental_mode_abbrev_table; |
| 478 b->mode_name = QSFundamental; | 478 b->mode_name = QSFundamental; |
| 479 b->minor_modes = Qnil; | 479 b->minor_modes = Qnil; |
| 480 b->downcase_table = Vascii_downcase_table; | 480 b->downcase_table = Vascii_downcase_table; |
| 481 b->upcase_table = Vascii_upcase_table; | 481 b->upcase_table = XCHAR_TABLE (Vascii_downcase_table)->extras[0]; |
| 482 b->case_canon_table = Vascii_canon_table; | 482 b->case_canon_table = XCHAR_TABLE (Vascii_downcase_table)->extras[1]; |
| 483 b->case_eqv_table = Vascii_eqv_table; | 483 b->case_eqv_table = XCHAR_TABLE (Vascii_downcase_table)->extras[2]; |
| 484 b->buffer_file_type = Qnil; | 484 b->buffer_file_type = Qnil; |
| 485 b->invisibility_spec = Qt; | 485 b->invisibility_spec = Qt; |
| 486 | 486 |
| 487 #if 0 | 487 #if 0 |
| 488 b->sort_table = XSTRING (Vascii_sort_table); | 488 b->sort_table = XSTRING (Vascii_sort_table); |
