/[emacs]/emacs/src/macros.h
ViewVC logotype

Diff of /emacs/src/macros.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by schwab, Fri Nov 21 13:24:40 1997 UTC revision 1.6.20.1 by miles, Fri Apr 4 06:21:02 2003 UTC
# Line 25  extern Lisp_Object Vexecuting_macro; Line 25  extern Lisp_Object Vexecuting_macro;
25    
26  /* Index of next character to fetch from that macro.  */  /* Index of next character to fetch from that macro.  */
27    
28  extern int executing_macro_index;  extern EMACS_INT executing_macro_index;
29    
30  /* Number of successful iterations so far  /* Number of successful iterations so far
31     for innermost keyboard macro.     for innermost keyboard macro.
# Line 40  extern int executing_macro_iterations; Line 40  extern int executing_macro_iterations;
40    
41  extern Lisp_Object executing_macro;  extern Lisp_Object executing_macro;
42    
43    /* Finish defining the current keyboard macro.  */
44    
45    extern void end_kbd_macro P_ ((void));
46    
47  /* Declare that all chars stored so far in the kbd macro being defined  /* Declare that all chars stored so far in the kbd macro being defined
48   really belong to it.  This is done in between editor commands.  */   really belong to it.  This is done in between editor commands.  */
49    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.20.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26