From: tomo Date: Tue, 15 Jun 1999 03:33:29 +0000 (+0000) Subject: (vars_of_mule): Provide `utf-2000' in UTF2000. X-Git-Tag: r21-2-15-buf-utf8-1~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3bafe079cbc7c916cb68754050d41ab028092e63;p=chise%2Fxemacs-chise.git (vars_of_mule): Provide `utf-2000' in UTF2000. --- diff --git a/src/mule.c b/src/mule.c index 36274cf..3ebc9f8 100644 --- a/src/mule.c +++ b/src/mule.c @@ -114,6 +114,10 @@ vars_of_mule (void) Fprovide (intern ("mule")); +#ifdef UTF2000 + Fprovide (intern ("utf-2000")); +#endif + #ifdef HAVE_EGG Fprovide (intern ("egg")); #endif