X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fmule.c;h=d858b148160cf5c3f533bf8790d632c868d5d824;hp=36274cfd6bf23ad41ff3ab6446dfeffcc2e12180;hb=a5812bf2ff9a9cf40f4ff78dcb83f5b4c295bd18;hpb=2e3e3f9ee27fec50f45c282d71eaddf7c673bc56 diff --git a/src/mule.c b/src/mule.c index 36274cf..d858b14 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 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 Vutf_2000_version; +#endif + void syms_of_mule (void) @@ -114,6 +119,19 @@ vars_of_mule (void) Fprovide (intern ("mule")); +#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. +*/ ); +#endif + +#ifdef HAVE_CHISE_CLIENT + Fprovide (intern ("chise")); +#endif + #ifdef HAVE_EGG Fprovide (intern ("egg")); #endif