Mercurial > hg > xemacs-beta
comparison src/events.c @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:24:09 +0200 |
parents | 697ef44129c6 |
children | 11054d720c21 |
comparison
equal
deleted
inserted
replaced
419:66615b78f1a5 | 420:41dbb7a9d5f2 |
---|---|
373 return 0; /* unreached */ | 373 return 0; /* unreached */ |
374 } | 374 } |
375 | 375 |
376 DEFINE_BASIC_LRECORD_IMPLEMENTATION ("event", event, | 376 DEFINE_BASIC_LRECORD_IMPLEMENTATION ("event", event, |
377 mark_event, print_event, 0, event_equal, | 377 mark_event, print_event, 0, event_equal, |
378 event_hash, struct Lisp_Event); | 378 event_hash, 0, struct Lisp_Event); |
379 | 379 |
380 | 380 |
381 DEFUN ("make-event", Fmake_event, 0, 2, 0, /* | 381 DEFUN ("make-event", Fmake_event, 0, 2, 0, /* |
382 Return a new event of type TYPE, with properties described by PLIST. | 382 Return a new event of type TYPE, with properties described by PLIST. |
383 | 383 |