diff options
| -rw-r--r-- | lisp/international/mule-conf.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index f8ee70a09c8..f9d70bdbb5e 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -1197,16 +1197,6 @@ is treated as a character." | |||
| 1197 | :eol-type 'unix | 1197 | :eol-type 'unix |
| 1198 | :mnemonic ?=) | 1198 | :mnemonic ?=) |
| 1199 | 1199 | ||
| 1200 | (define-coding-system 'undecided | ||
| 1201 | "No conversion on encoding, automatic conversion on decoding." | ||
| 1202 | :coding-type 'undecided | ||
| 1203 | :mnemonic ?- | ||
| 1204 | :charset-list '(ascii)) | ||
| 1205 | |||
| 1206 | (define-coding-system-alias 'unix 'undecided-unix) | ||
| 1207 | (define-coding-system-alias 'dos 'undecided-dos) | ||
| 1208 | (define-coding-system-alias 'mac 'undecided-mac) | ||
| 1209 | |||
| 1210 | (define-coding-system 'iso-latin-1 | 1200 | (define-coding-system 'iso-latin-1 |
| 1211 | "ISO 2022 based 8-bit encoding for Latin-1 (MIME:ISO-8859-1)." | 1201 | "ISO 2022 based 8-bit encoding for Latin-1 (MIME:ISO-8859-1)." |
| 1212 | :coding-type 'charset | 1202 | :coding-type 'charset |