From c3bde7aa922d40e5c7a77d4b0bb3bbb86448360c Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 10 Jun 2010 09:09:38 +0000 Subject: [PATCH] =?utf8?q?(vars=5Fof=5Fmule):=20Update=20`xemacs-chise-versi?= =?utf8?q?on'=20to=200.25=20(=C5=8Ckawara).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/mule.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mule.c b/src/mule.c index 82f4605..e5ae116 100644 --- a/src/mule.c +++ b/src/mule.c @@ -1,5 +1,6 @@ /* Copyright (C) 1995 Free Software Foundation. - Copyright (C) 1999,2000,2001,2002,2003,2005,2006,2007 MORIOKA Tomohiko + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2010 + MORIOKA Tomohiko This file is part of XEmacs. @@ -122,7 +123,7 @@ vars_of_mule (void) #ifdef UTF2000 Fprovide (intern ("utf-2000")); - Vxemacs_chise_version = build_string("0.24 (Kasagi)"); + Vxemacs_chise_version = build_string("0.25 (Ōkawara)"); DEFVAR_LISP ("xemacs-chise-version", &Vxemacs_chise_version /* Version number of XEmacs CHISE. */ ); -- 1.7.10.4