(vars_of_mule): Use `HAVE_CHISE' instead of `CHISE' and
authortomo <tomo>
Mon, 6 Oct 2003 02:55:01 +0000 (02:55 +0000)
committertomo <tomo>
Mon, 6 Oct 2003 02:55:01 +0000 (02:55 +0000)
`HAVE_CHISE_CLIENT'.

src/mule.c

index 89d9231..624d174 100644 (file)
@@ -131,7 +131,7 @@ Version number of XEmacs CHISE.
 */ );
 #endif
 
-#if defined(CHISE)||defined(HAVE_CHISE_CLIENT)
+#ifdef HAVE_CHISE
   Fprovide (intern ("chise"));
 #endif