From: tomo Date: Tue, 12 Oct 1999 07:13:52 +0000 (+0000) Subject: (vars_of_mule_charset): Update `utf-2000-version' to 0.9. X-Git-Tag: r21-2-19-utf-2000-0_9-0~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=53bc9eac35296d344592bf97e6581fda5de78ebf;p=chise%2Fxemacs-chise.git.1 (vars_of_mule_charset): Update `utf-2000-version' to 0.9. --- 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 }