Mercurial > hg > xemacs-beta
comparison src/commands.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 /* Synched up with: FSF 19.30. */ | 21 /* Synched up with: FSF 19.30. */ |
22 | 22 |
23 #ifndef _XEMACS_COMMANDS_H_ | 23 #ifndef INCLUDED_commands_h_ |
24 #define _XEMACS_COMMANDS_H_ | 24 #define INCLUDED_commands_h_ |
25 | 25 |
26 #if 0 /* FSFmacs */ | 26 #if 0 /* FSFmacs */ |
27 #define Ctl(c) ((c)&037) | 27 #define Ctl(c) ((c)&037) |
28 #endif | 28 #endif |
29 | 29 |
123 void zmacs_deactivate_region (void); | 123 void zmacs_deactivate_region (void); |
124 Lisp_Object zmacs_region_buffer (void); | 124 Lisp_Object zmacs_region_buffer (void); |
125 | 125 |
126 extern Lisp_Object Vthis_command_keys; /* event-stream.c */ | 126 extern Lisp_Object Vthis_command_keys; /* event-stream.c */ |
127 | 127 |
128 #endif /* _XEMACS_COMMANDS_H_ */ | 128 #endif /* INCLUDED_commands_h_ */ |