X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmule.c;h=e5ae116f50a14cc822cf2a13e78eb5ea00e77c51;hb=515ed47192a2fc212474dc246a875771890e0cbe;hp=89d92318ee5c2aad9493f53ad770477b4b103aac;hpb=1a936f63bafd600e7dd6e810a46a1fa469a2d31f;p=chise%2Fxemacs-chise.git.1 diff --git a/src/mule.c b/src/mule.c index 89d9231..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 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.21 (Narayama)"); + Vxemacs_chise_version = build_string("0.25 (Ōkawara)"); DEFVAR_LISP ("xemacs-chise-version", &Vxemacs_chise_version /* Version number of XEmacs CHISE. */ ); @@ -131,7 +132,7 @@ Version number of XEmacs CHISE. */ ); #endif -#if defined(CHISE)||defined(HAVE_CHISE_CLIENT) +#ifdef HAVE_CHISE Fprovide (intern ("chise")); #endif