Mercurial > hg > xemacs-beta
comparison src/specifier.c @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
3112 /************************************************************************/ | 3112 /************************************************************************/ |
3113 | 3113 |
3114 void | 3114 void |
3115 syms_of_specifier (void) | 3115 syms_of_specifier (void) |
3116 { | 3116 { |
3117 INIT_LRECORD_IMPLEMENTATION (specifier); | |
3118 | |
3117 defsymbol (&Qspecifierp, "specifierp"); | 3119 defsymbol (&Qspecifierp, "specifierp"); |
3118 | 3120 |
3119 defsymbol (&Qconsole_type, "console-type"); | 3121 defsymbol (&Qconsole_type, "console-type"); |
3120 defsymbol (&Qdevice_class, "device-class"); | 3122 defsymbol (&Qdevice_class, "device-class"); |
3121 | 3123 |