]> git.eshelyaron.com Git - emacs.git/commitdiff
(mule-utf-8): Set correct value for valid-codes property.
authorKenichi Handa <handa@m17n.org>
Sat, 24 Feb 2001 03:11:56 +0000 (03:11 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 24 Feb 2001 03:11:56 +0000 (03:11 +0000)
lisp/international/utf-8.el

index c56e13c947531a79c15799c5e63512d08d580400..b9e238569b251b6ccae7a448cb51e236bb448d69 100644 (file)
@@ -299,6 +299,7 @@ lower-casing commands won't work with them."
     mule-unicode-0100-24ff
     mule-unicode-2500-33ff
     mule-unicode-e000-ffff)
-   (mime-charset . utf-8)))
+   (mime-charset . utf-8)
+   (valid-codes (0 . 255))))
 
 (define-coding-system-alias 'utf-8 'mule-utf-8)