Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | c42ec1d1cded |
children | 57709be46d1b |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
2178 /* Defined in event-stream.c */ | 2178 /* Defined in event-stream.c */ |
2179 void wait_delaying_user_input (int (*) (void *), void *); | 2179 void wait_delaying_user_input (int (*) (void *), void *); |
2180 int detect_input_pending (void); | 2180 int detect_input_pending (void); |
2181 void reset_this_command_keys (Lisp_Object, int); | 2181 void reset_this_command_keys (Lisp_Object, int); |
2182 Lisp_Object enqueue_misc_user_event (Lisp_Object, Lisp_Object, Lisp_Object); | 2182 Lisp_Object enqueue_misc_user_event (Lisp_Object, Lisp_Object, Lisp_Object); |
2183 Lisp_Object enqueue_misc_user_event_pos (Lisp_Object, Lisp_Object, | |
2184 Lisp_Object, int, int, int, int); | |
2183 | 2185 |
2184 /* Defined in event-Xt.c */ | 2186 /* Defined in event-Xt.c */ |
2185 void signal_special_Xt_user_event (Lisp_Object, Lisp_Object, Lisp_Object); | 2187 void signal_special_Xt_user_event (Lisp_Object, Lisp_Object, Lisp_Object); |
2186 | 2188 |
2187 | 2189 |