comparison src/fns.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 b8cc9ab3f761
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
3717 Lisp_Object Qyes_or_no_p; 3717 Lisp_Object Qyes_or_no_p;
3718 3718
3719 void 3719 void
3720 syms_of_fns (void) 3720 syms_of_fns (void)
3721 { 3721 {
3722 INIT_LRECORD_IMPLEMENTATION (bit_vector);
3723
3722 defsymbol (&Qstring_lessp, "string-lessp"); 3724 defsymbol (&Qstring_lessp, "string-lessp");
3723 defsymbol (&Qidentity, "identity"); 3725 defsymbol (&Qidentity, "identity");
3724 defsymbol (&Qyes_or_no_p, "yes-or-no-p"); 3726 defsymbol (&Qyes_or_no_p, "yes-or-no-p");
3725 3727
3726 DEFSUBR (Fidentity); 3728 DEFSUBR (Fidentity);