Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/emacsfns.h Mon Aug 13 09:56:30 2007 +0200 +++ b/src/emacsfns.h Mon Aug 13 09:57:07 2007 +0200 @@ -757,7 +757,7 @@ /* Defined in events.c */ void clear_event_resource (void); -Lisp_Object Fmake_event (void); +Lisp_Object Fmake_event (Lisp_Object, Lisp_Object); Lisp_Object Fdeallocate_event (Lisp_Object event); Lisp_Object Fcopy_event (Lisp_Object from, Lisp_Object to); Lisp_Object allocate_event (void);