From a88802fd8986176b4c70d572e36e7aca8548ad8b Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 6 Oct 2003 02:55:01 +0000 Subject: [PATCH] (vars_of_mule): Use `HAVE_CHISE' instead of `CHISE' and `HAVE_CHISE_CLIENT'. --- src/mule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mule.c b/src/mule.c index 89d9231..624d174 100644 --- a/src/mule.c +++ b/src/mule.c @@ -131,7 +131,7 @@ Version number of XEmacs CHISE. */ ); #endif -#if defined(CHISE)||defined(HAVE_CHISE_CLIENT) +#ifdef HAVE_CHISE Fprovide (intern ("chise")); #endif -- 1.7.10.4