Mercurial > hg > xemacs-beta
comparison src/macros.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | c5d627a313b1 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
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_MACROS_H_ | 23 #ifndef INCLUDED_macros_h_ |
24 #define _XEMACS_MACROS_H_ | 24 #define INCLUDED_macros_h_ |
25 | 25 |
26 /* Index of next character to fetch from that macro */ | 26 /* Index of next character to fetch from that macro */ |
27 | 27 |
28 extern int executing_macro_index; | 28 extern int executing_macro_index; |
29 | 29 |
33 | 33 |
34 EXFUN (Fexecute_kbd_macro, 2); | 34 EXFUN (Fexecute_kbd_macro, 2); |
35 | 35 |
36 extern Lisp_Object Vexecuting_macro; | 36 extern Lisp_Object Vexecuting_macro; |
37 | 37 |
38 #endif /* _XEMACS_MACROS_H_ */ | 38 #endif /* INCLUDED_macros_h_ */ |