From 87ae797346409a0df295c8ebfc94de55acd3130b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 24 Feb 2001 03:11:56 +0000 Subject: [PATCH] (mule-utf-8): Set correct value for valid-codes property. --- lisp/international/utf-8.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index c56e13c9475..b9e238569b2 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el @@ -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) -- 2.39.5