Mercurial > hg > xemacs-beta
comparison src/events.c @ 157:6b37e6ddd302 r20-3b5
Import from CVS: tag r20-3b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:40:41 +0200 |
parents | 25f70ba0133c |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
156:60baf0b43294 | 157:6b37e6ddd302 |
---|---|
46 #undef MOD_ALT | 46 #undef MOD_ALT |
47 #undef MOD_CONTROL | 47 #undef MOD_CONTROL |
48 #undef MOD_SHIFT | 48 #undef MOD_SHIFT |
49 #endif | 49 #endif |
50 | 50 |
51 #include <events-mod.h> | 51 #include "events-mod.h" |
52 | 52 |
53 /* Where old events go when they are explicitly deallocated. | 53 /* Where old events go when they are explicitly deallocated. |
54 The event chain here is cut loose before GC, so these will be freed | 54 The event chain here is cut loose before GC, so these will be freed |
55 eventually. | 55 eventually. |
56 */ | 56 */ |