comparison src/macros.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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 INCLUDED_macros_h_ 23 #ifndef _XEMACS_MACROS_H_
24 #define INCLUDED_macros_h_ 24 #define _XEMACS_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 /* INCLUDED_macros_h_ */ 38 #endif /* _XEMACS_MACROS_H_ */