X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmule.c;h=624d17416755bac23dad1d4cd1f162893b73d9e8;hb=e41915e709e6fdac3b4c3bb2fb7a825795617592;hp=36274cfd6bf23ad41ff3ab6446dfeffcc2e12180;hpb=2e3e3f9ee27fec50f45c282d71eaddf7c673bc56;p=chise%2Fxemacs-chise.git diff --git a/src/mule.c b/src/mule.c index 36274cf..624d174 100644 --- a/src/mule.c +++ b/src/mule.c @@ -1,4 +1,5 @@ /* Copyright (C) 1995 Free Software Foundation. + Copyright (C) 1999,2000,2001,2002,2003 MORIOKA Tomohiko This file is part of XEmacs. @@ -40,7 +41,7 @@ accept a pattern compiled by 'regexp-compile' with word-option t. int i, len; char *p; Lisp_Object temp; - struct Lisp_String *s; + Lisp_String *s; CHECK_CONS (pattern); len = XINT (Flength (pattern)); @@ -93,6 +94,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 +119,22 @@ vars_of_mule (void) Fprovide (intern ("mule")); +#ifdef UTF2000 + Fprovide (intern ("utf-2000")); + + Vxemacs_chise_version = build_string("0.21 (Narayama)"); + 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