Mercurial > hg > xemacs-beta
comparison src/emacsfns.h @ 189:489f57a838ef r20-3b21
Import from CVS: tag r20-3b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:07 +0200 |
parents | b405438285a2 |
children | a2f645c6b9f8 |
comparison
equal
deleted
inserted
replaced
188:e29a8e7498d9 | 189:489f57a838ef |
---|---|
755 Lisp_Object object); | 755 Lisp_Object object); |
756 | 756 |
757 | 757 |
758 /* Defined in events.c */ | 758 /* Defined in events.c */ |
759 void clear_event_resource (void); | 759 void clear_event_resource (void); |
760 Lisp_Object Fmake_event (void); | 760 Lisp_Object Fmake_event (Lisp_Object, Lisp_Object); |
761 Lisp_Object Fdeallocate_event (Lisp_Object event); | 761 Lisp_Object Fdeallocate_event (Lisp_Object event); |
762 Lisp_Object Fcopy_event (Lisp_Object from, Lisp_Object to); | 762 Lisp_Object Fcopy_event (Lisp_Object from, Lisp_Object to); |
763 Lisp_Object allocate_event (void); | 763 Lisp_Object allocate_event (void); |
764 int event_to_character (struct Lisp_Event *event, | 764 int event_to_character (struct Lisp_Event *event, |
765 int allow_extra_modifiers, | 765 int allow_extra_modifiers, |