diff options
| author | Paul Eggert | 2015-05-31 11:47:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-31 11:50:01 -0700 |
| commit | 0c2a3cf62a0117586803513ef104ff3ef97c1c3f (patch) | |
| tree | 89247a8b1e9ba9eff229ae1f7e86919c07577e7a /src/coding.c | |
| parent | 1e04ea9879eefd0ce15a386f575bdf85cbd4d38d (diff) | |
| download | emacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.tar.gz emacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.zip | |
Remove unused DEFSYMs
Remove DEFSYMs that aren't used at the C level. Also:
* src/decompress.c (Qzlib_dll):
* src/font.c (Qunicode_sip):
* src/frame.c (Qtip_frame):
* src/ftfont.c (Qserif):
* src/gnutls.c (Qgnutls_dll):
* src/xml.c (Qlibxml2_dll):
Move from here ...
* src/w32fns.c (syms_of_w32fns): ... to here,
as these are used only on MS-Windows.
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. */ |