Mercurial > hg > xemacs-beta
comparison src/event-stream.c @ 181:bfd6434d15b3 r20-3b17
Import from CVS: tag r20-3b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:53:19 +0200 |
parents | 9ad43877534d |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
180:add28d59e586 | 181:bfd6434d15b3 |
---|---|
4862 DEFSUBR (Fdispatch_event); | 4862 DEFSUBR (Fdispatch_event); |
4863 DEFSUBR (Fread_key_sequence); | 4863 DEFSUBR (Fread_key_sequence); |
4864 DEFSUBR (Fthis_command_keys); | 4864 DEFSUBR (Fthis_command_keys); |
4865 DEFSUBR (Freset_this_command_lengths); | 4865 DEFSUBR (Freset_this_command_lengths); |
4866 DEFSUBR (Fopen_dribble_file); | 4866 DEFSUBR (Fopen_dribble_file); |
4867 #if defined(HAVE_X_WINDOWS) && defined(HAVE_MENUBAR) | 4867 #if defined(HAVE_X_WINDOWS) && defined(HAVE_MENUBARS) |
4868 DEFSUBR (Faccelerate_menu); | 4868 DEFSUBR (Faccelerate_menu); |
4869 #endif | 4869 #endif |
4870 | 4870 |
4871 defsymbol (&Qpre_command_hook, "pre-command-hook"); | 4871 defsymbol (&Qpre_command_hook, "pre-command-hook"); |
4872 defsymbol (&Qpost_command_hook, "post-command-hook"); | 4872 defsymbol (&Qpost_command_hook, "post-command-hook"); |