projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b2cc9f
)
(vars_of_mule): Provide feature `chise' when HAVE_CHISE_CLIENT is
author
tomo
<tomo>
Tue, 12 Mar 2002 03:06:22 +0000
(
03:06
+0000)
committer
tomo
<tomo>
Tue, 12 Mar 2002 03:06:22 +0000
(
03:06
+0000)
defined.
src/mule.c
patch
|
blob
|
history
diff --git
a/src/mule.c
b/src/mule.c
index
7e48dad
..
d790561
100644
(file)
--- a/
src/mule.c
+++ b/
src/mule.c
@@
-118,6
+118,10
@@
vars_of_mule (void)
Fprovide (intern ("utf-2000"));
#endif
+#ifdef HAVE_CHISE_CLIENT
+ Fprovide (intern ("chise"));
+#endif
+
#ifdef HAVE_EGG
Fprovide (intern ("egg"));
#endif