Mercurial > hg > xemacs-beta
comparison src/lread.c @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 538048ae2ab8 |
children | 3bb7ccffb0c0 |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
3171 | 3171 |
3172 #ifdef FEATUREP_SYNTAX | 3172 #ifdef FEATUREP_SYNTAX |
3173 Qfeaturep = intern("featurep"); | 3173 Qfeaturep = intern("featurep"); |
3174 staticpro(&Qfeaturep); | 3174 staticpro(&Qfeaturep); |
3175 Fprovide(intern("xemacs")); | 3175 Fprovide(intern("xemacs")); |
3176 #ifdef INFODOCK | |
3177 Fprovide(intern("infodock")); | |
3178 #endif | |
3176 #endif | 3179 #endif |
3177 | 3180 |
3178 #ifdef LISP_BACKQUOTES | 3181 #ifdef LISP_BACKQUOTES |
3179 old_backquote_flag = new_backquote_flag = 0; | 3182 old_backquote_flag = new_backquote_flag = 0; |
3180 #endif | 3183 #endif |