Mercurial > hg > xemacs-beta
comparison src/mule.c @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 131b0175ea99 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
111 *T means regexp search success when the shortest match is found. | 111 *T means regexp search success when the shortest match is found. |
112 */ ); | 112 */ ); |
113 re_short_flag = 0; | 113 re_short_flag = 0; |
114 #endif /* MULE_REGEXP */ | 114 #endif /* MULE_REGEXP */ |
115 | 115 |
116 Vfeatures = Fcons (intern ("mule"), Vfeatures); | 116 Fprovide (intern ("mule")); |
117 | 117 |
118 #ifdef HAVE_EGG | 118 #ifdef HAVE_EGG |
119 Vfeatures = Fcons (intern ("egg"), Vfeatures); | 119 Fprovide (intern ("egg")); |
120 #endif | 120 #endif |
121 #ifdef HAVE_WNN | 121 #ifdef HAVE_WNN |
122 Vfeatures = Fcons (intern ("wnn"), Vfeatures); | 122 Fprovide (intern ("wnn")); |
123 #endif | |
124 #ifdef HAVE_SJ3 | |
125 Vfeatures = Fcons (intern "sj3"), Vfeatures); | |
126 #endif | 123 #endif |
127 } | 124 } |