# HG changeset patch # User Kenichi Handa # Date 982984316 0 # Node ID f6bb3ed752b45358dafc75be0429966d9942492a # Parent 751cb07c5f1194f99669d69a3c75e420d0d78483 (mule-utf-8): Set correct value for valid-codes property. diff -r 751cb07c5f11 -r f6bb3ed752b4 lisp/international/utf-8.el --- a/lisp/international/utf-8.el Sat Feb 24 02:45:00 2001 +0000 +++ b/lisp/international/utf-8.el Sat Feb 24 03:11:56 2001 +0000 @@ -299,6 +299,7 @@ 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)