# HG changeset patch # User Kenichi Handa # Date 1031025926 0 # Node ID c00be25be9ad04b7135d187eec8304768c0fa594 # Parent aa9fa496b6799c477b437a56299e859db1b50c61 Don't define the charset iso-8859-1 here, just setup its properties. diff -r aa9fa496b679 -r c00be25be9ad lisp/international/mule-conf.el --- 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"