From f2e7bcef4d8f446e49513b7a403426881d81842b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 3 Sep 2002 04:05:26 +0000 Subject: [PATCH] Don't define the charset iso-8859-1 here, just setup its properties. --- lisp/international/mule-conf.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 3cafb52ccdd..f1dbd6b100a 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -76,6 +76,12 @@ 'ascii :short-name "ASCII") (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 @@ -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" -- 2.39.5