diff options
| author | Dave Love | 2002-05-19 11:16:32 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-19 11:16:32 +0000 |
| commit | 7e8b4d677a8986a502b0992b222a8357efca5b9c (patch) | |
| tree | a129bfb32a0d8609ddbd00d1ec1ec1804d7095b1 | |
| parent | 14c75a193fec4e9235462a1b504f3124509a0a89 (diff) | |
| download | emacs-7e8b4d677a8986a502b0992b222a8357efca5b9c.tar.gz emacs-7e8b4d677a8986a502b0992b222a8357efca5b9c.zip | |
(emacs-mule): Set :charset-list,
consistent with coding-system-charset-list doc.
(iso-8859-16): New charset.
| -rw-r--r-- | lisp/international/mule-conf.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 342a29fd2d7..0d7b9677232 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -164,6 +164,9 @@ | |||
| 164 | (define-iso-single-byte-charset 'iso-8859-15 'latin-iso8859-15 | 164 | (define-iso-single-byte-charset 'iso-8859-15 'latin-iso8859-15 |
| 165 | "ISO/IEC 8859/15" "Latin-9" 203 ?b 142 "8859-15") | 165 | "ISO/IEC 8859/15" "Latin-9" 203 ?b 142 "8859-15") |
| 166 | 166 | ||
| 167 | (define-iso-single-byte-charset 'iso-8859-16 'latin-iso8859-16 | ||
| 168 | "ISO/IEC 8859/16" "Latin-9" 226 ?f nil "8859-16") | ||
| 169 | |||
| 167 | (define-charset 'thai-tis620 | 170 | (define-charset 'thai-tis620 |
| 168 | "TIS620.2533" | 171 | "TIS620.2533" |
| 169 | :short-name "TIS620.2533" | 172 | :short-name "TIS620.2533" |
| @@ -803,6 +806,7 @@ is treated as a character." | |||
| 803 | (define-coding-system 'emacs-mule | 806 | (define-coding-system 'emacs-mule |
| 804 | "Emacs 21 internal format used in buffer and string." | 807 | "Emacs 21 internal format used in buffer and string." |
| 805 | :coding-type 'emacs-mule | 808 | :coding-type 'emacs-mule |
| 809 | :charset-list 'emacs-mule | ||
| 806 | :mnemonic ?M) | 810 | :mnemonic ?M) |
| 807 | 811 | ||
| 808 | (define-coding-system 'utf-8 | 812 | (define-coding-system 'utf-8 |