comparison src/marker.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 697ef44129c6
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
507 507
508 508
509 void 509 void
510 syms_of_marker (void) 510 syms_of_marker (void)
511 { 511 {
512 INIT_LRECORD_IMPLEMENTATION (marker);
513
512 DEFSUBR (Fmarker_position); 514 DEFSUBR (Fmarker_position);
513 DEFSUBR (Fmarker_buffer); 515 DEFSUBR (Fmarker_buffer);
514 DEFSUBR (Fset_marker); 516 DEFSUBR (Fset_marker);
515 DEFSUBR (Fcopy_marker); 517 DEFSUBR (Fcopy_marker);
516 DEFSUBR (Fmarker_insertion_type); 518 DEFSUBR (Fmarker_insertion_type);