diff options
| author | Kenichi Handa | 2004-10-12 02:38:56 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-10-12 02:38:56 +0000 |
| commit | 4a95d11773ff41ab81856dc1428a55436bb1fa00 (patch) | |
| tree | 25d701d7ddd3a593ecfec8f52015983dc1edb876 | |
| parent | c61dc77f0e8b963d513b992afd67fb4a8d47bf55 (diff) | |
| download | emacs-4a95d11773ff41ab81856dc1428a55436bb1fa00.tar.gz emacs-4a95d11773ff41ab81856dc1428a55436bb1fa00.zip | |
Dont' define coding system
`undecided' here.
| -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 |