X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fmule.c;h=e5ae116f50a14cc822cf2a13e78eb5ea00e77c51;hp=9f4cdefd98749fdfb2d9d32570926255e4cc9e86;hb=566b3d194e2d5c783808ac39437bd7e1a28b1c5c;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89 diff --git a/src/mule.c b/src/mule.c index 9f4cdef..e5ae116 100644 --- a/src/mule.c +++ b/src/mule.c @@ -1,4 +1,6 @@ /* Copyright (C) 1995 Free Software Foundation. + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2010 + MORIOKA Tomohiko This file is part of XEmacs. @@ -93,6 +95,10 @@ accept a pattern compiled by 'regexp-compile' with word-option t. #endif /* MULE_REGEXP */ +#ifdef UTF2000 +Lisp_Object Vxemacs_chise_version; +#endif + void syms_of_mule (void) @@ -114,6 +120,22 @@ vars_of_mule (void) Fprovide (intern ("mule")); +#ifdef UTF2000 + Fprovide (intern ("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 + Fprovide (intern ("chise")); +#endif + #ifdef HAVE_EGG Fprovide (intern ("egg")); #endif