(vars_of_mule): Provide `utf-2000' in UTF2000.
authortomo <tomo>
Tue, 15 Jun 1999 03:33:29 +0000 (03:33 +0000)
committertomo <tomo>
Tue, 15 Jun 1999 03:33:29 +0000 (03:33 +0000)
src/mule.c

index 36274cf..3ebc9f8 100644 (file)
@@ -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