projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80f378f
)
(vars_of_mule): Provide `utf-2000' in UTF2000.
author
tomo
<tomo>
Tue, 15 Jun 1999 03:33:29 +0000
(
03:33
+0000)
committer
tomo
<tomo>
Tue, 15 Jun 1999 03:33:29 +0000
(
03:33
+0000)
src/mule.c
patch
|
blob
|
history
diff --git
a/src/mule.c
b/src/mule.c
index
36274cf
..
3ebc9f8
100644
(file)
--- 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