mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 13:02:00 -08:00
(syms_of_coding) <Qchar_coding_system>: Give it an
extra extra slot.
This commit is contained in:
parent
637d732fba
commit
6bf659a28b
1 changed files with 1 additions and 1 deletions
|
|
@ -7106,7 +7106,7 @@ syms_of_coding ()
|
|||
But don't staticpro it here--that is done in alloc.c. */
|
||||
Qchar_table_extra_slots = intern ("char-table-extra-slots");
|
||||
Fput (Qsafe_chars, Qchar_table_extra_slots, make_number (0));
|
||||
Fput (Qchar_coding_system, Qchar_table_extra_slots, make_number (1));
|
||||
Fput (Qchar_coding_system, Qchar_table_extra_slots, make_number (2));
|
||||
|
||||
Qvalid_codes = intern ("valid-codes");
|
||||
staticpro (&Qvalid_codes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue