X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fmule.c;h=e5ae116f50a14cc822cf2a13e78eb5ea00e77c51;hp=d858b148160cf5c3f533bf8790d632c868d5d824;hb=90162b8c0006c1c1f52ac1ffb5dc52241c0a292d;hpb=a5812bf2ff9a9cf40f4ff78dcb83f5b4c295bd18 diff --git a/src/mule.c b/src/mule.c index d858b14..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 MORIOKA Tomohiko + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2010 + MORIOKA Tomohiko This file is part of XEmacs. @@ -95,7 +96,7 @@ accept a pattern compiled by 'regexp-compile' with word-option t. #endif /* MULE_REGEXP */ #ifdef UTF2000 -Lisp_Object Vutf_2000_version; +Lisp_Object Vxemacs_chise_version; #endif @@ -122,13 +123,16 @@ vars_of_mule (void) #ifdef UTF2000 Fprovide (intern ("utf-2000")); - Vutf_2000_version = build_string("0.20 (Nara)"); - DEFVAR_LISP ("utf-2000-version", &Vutf_2000_version /* -Version number of XEmacs UTF-2000. + Vxemacs_chise_version = build_string("0.25 (Ōkawara)"); + DEFVAR_LISP ("xemacs-chise-version", &Vxemacs_chise_version /* +Version number of XEmacs CHISE. +*/ ); + DEFVAR_LISP ("utf-2000-version", &Vxemacs_chise_version /* +Version number of XEmacs CHISE. */ ); #endif -#ifdef HAVE_CHISE_CLIENT +#ifdef HAVE_CHISE Fprovide (intern ("chise")); #endif