Mercurial > hg > xemacs-beta
comparison src/lread.c @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | a2f645c6b9f8 |
children | 41ff10fd062f |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
3156 | 3156 |
3157 /* So that early-early stuff will work */ | 3157 /* So that early-early stuff will work */ |
3158 Ffset (Qload, intern ("load-internal")); | 3158 Ffset (Qload, intern ("load-internal")); |
3159 | 3159 |
3160 #ifdef FEATUREP_SYNTAX | 3160 #ifdef FEATUREP_SYNTAX |
3161 Qfeaturep = intern("featurep"); | 3161 defsymbol (&Qfeaturep, "featurep"); |
3162 staticpro(&Qfeaturep); | |
3163 Fprovide(intern("xemacs")); | 3162 Fprovide(intern("xemacs")); |
3164 #ifdef INFODOCK | 3163 #ifdef INFODOCK |
3165 Fprovide(intern("infodock")); | 3164 Fprovide(intern("infodock")); |
3166 #endif | 3165 #endif |
3167 #endif | 3166 #endif |