Mercurial > emacs
changeset 89050:c00be25be9ad
Don't define the charset iso-8859-1 here, just setup its properties.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 03 Sep 2002 04:05:26 +0000 |
parents | aa9fa496b679 |
children | 98dcb14bf34c |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Fri Aug 23 02:27:29 2002 +0000 +++ b/lisp/international/mule-conf.el Tue Sep 03 04:05:26 2002 +0000 @@ -77,6 +77,12 @@ (put-charset-property 'ascii :long-name "ASCII (ISO646 IRV)") (put-charset-property + 'iso-8859-1 :docstring "Latin-1 (ISO/IEC 8859-1)") +(put-charset-property + 'iso-8859-1 :short-name "Latin-1") +(put-charset-property + 'iso-8859-1 :long-name "Latin-1") +(put-charset-property 'unicode :docstring "Unicode (ISO10646)") (put-charset-property 'unicode :short-name "Unicode") @@ -92,13 +98,6 @@ :code-offset 0 :supplementary-p t) -(define-charset 'iso-8859-1 - "Latin-1 (ISO/IEC 8859-1)" - :short-name "Latin-1" - :ascii-compatible-p t - :code-space [0 255] - :code-offset 0) - (define-charset 'latin-iso8859-1 "Right-Hand Part of ISO/IEC 8859/1 (Latin-1): ISO-IR-100" :short-name "RHP of Latin-1"