From 53bc9eac35296d344592bf97e6581fda5de78ebf Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 12 Oct 1999 07:13:52 +0000 Subject: [PATCH] (vars_of_mule_charset): Update `utf-2000-version' to 0.9. --- src/mule-charset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mule-charset.c b/src/mule-charset.c index 850817e..c3d69de 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -2078,7 +2078,7 @@ Leading-code of private TYPE9N charset of column-width 1. #endif #ifdef UTF2000 - Vutf_2000_version = build_string("0.8 (Kami)"); + Vutf_2000_version = build_string("0.9 (Kyūhōji)"); DEFVAR_LISP ("utf-2000-version", &Vutf_2000_version /* Version number of UTF-2000. */ ); @@ -2086,7 +2086,7 @@ Version number of UTF-2000. Vdefault_coded_charset_priority_list = Qnil; DEFVAR_LISP ("default-coded-charset-priority-list", &Vdefault_coded_charset_priority_list /* -Default order of preferred coded-character-set. +Default order of preferred coded-character-sets. */ ); #endif } -- 1.7.10.4