diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/coding.c b/src/coding.c index 4b41355595c..776ecac62d9 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -10828,18 +10828,11 @@ syms_of_coding (void) | |||
| 10828 | /* Target SERVICE is the fourth argument. */ | 10828 | /* Target SERVICE is the fourth argument. */ |
| 10829 | Fput (Qopen_network_stream, Qtarget_idx, make_number (3)); | 10829 | Fput (Qopen_network_stream, Qtarget_idx, make_number (3)); |
| 10830 | 10830 | ||
| 10831 | DEFSYM (Qcoding_system, "coding-system"); | ||
| 10832 | DEFSYM (Qcoding_aliases, "coding-aliases"); | ||
| 10833 | |||
| 10834 | DEFSYM (Qeol_type, "eol-type"); | ||
| 10835 | DEFSYM (Qunix, "unix"); | 10831 | DEFSYM (Qunix, "unix"); |
| 10836 | DEFSYM (Qdos, "dos"); | 10832 | DEFSYM (Qdos, "dos"); |
| 10837 | DEFSYM (Qmac, "mac"); | 10833 | DEFSYM (Qmac, "mac"); |
| 10838 | 10834 | ||
| 10839 | DEFSYM (Qbuffer_file_coding_system, "buffer-file-coding-system"); | 10835 | DEFSYM (Qbuffer_file_coding_system, "buffer-file-coding-system"); |
| 10840 | DEFSYM (Qpost_read_conversion, "post-read-conversion"); | ||
| 10841 | DEFSYM (Qpre_write_conversion, "pre-write-conversion"); | ||
| 10842 | DEFSYM (Qdefault_char, "default-char"); | ||
| 10843 | DEFSYM (Qundecided, "undecided"); | 10836 | DEFSYM (Qundecided, "undecided"); |
| 10844 | DEFSYM (Qno_conversion, "no-conversion"); | 10837 | DEFSYM (Qno_conversion, "no-conversion"); |
| 10845 | DEFSYM (Qraw_text, "raw-text"); | 10838 | DEFSYM (Qraw_text, "raw-text"); |
| @@ -10873,10 +10866,6 @@ syms_of_coding (void) | |||
| 10873 | DEFSYM (Qtranslation_table, "translation-table"); | 10866 | DEFSYM (Qtranslation_table, "translation-table"); |
| 10874 | Fput (Qtranslation_table, Qchar_table_extra_slots, make_number (2)); | 10867 | Fput (Qtranslation_table, Qchar_table_extra_slots, make_number (2)); |
| 10875 | DEFSYM (Qtranslation_table_id, "translation-table-id"); | 10868 | DEFSYM (Qtranslation_table_id, "translation-table-id"); |
| 10876 | DEFSYM (Qtranslation_table_for_decode, "translation-table-for-decode"); | ||
| 10877 | DEFSYM (Qtranslation_table_for_encode, "translation-table-for-encode"); | ||
| 10878 | |||
| 10879 | DEFSYM (Qvalid_codes, "valid-codes"); | ||
| 10880 | 10869 | ||
| 10881 | /* Coding system emacs-mule and raw-text are for converting only | 10870 | /* Coding system emacs-mule and raw-text are for converting only |
| 10882 | end-of-line format. */ | 10871 | end-of-line format. */ |