From 147af45eaaa9b4737bc6162d82174748850fe52a Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 25 Dec 2002 15:02:20 +0000 Subject: [PATCH] (vars_of_mule): Update `utf-2000-version' to 0.20. --- src/mule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mule.c b/src/mule.c index 39ce979..d858b14 100644 --- a/src/mule.c +++ b/src/mule.c @@ -122,7 +122,7 @@ vars_of_mule (void) #ifdef UTF2000 Fprovide (intern ("utf-2000")); - Vutf_2000_version = build_string("0.19 (Kōriyama)"); + Vutf_2000_version = build_string("0.20 (Nara)"); DEFVAR_LISP ("utf-2000-version", &Vutf_2000_version /* Version number of XEmacs UTF-2000. */ ); -- 1.7.10.4