/[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.10 by rms, Sun May 1 18:46:09 2005 UTC revision 1.11 by kfstorm, Mon May 2 10:32:40 2005 UTC
# Line 25  extern Lisp_Object Vexecuting_kbd_macro; Line 25  extern Lisp_Object Vexecuting_kbd_macro;
25    
26  /* Index of next character to fetch from that macro.  */  /* Index of next character to fetch from that macro.  */
27    
28  extern EMACS_INT executing_macro_index;  extern EMACS_INT executing_kbd_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.
32     This is not bound at each level,     This is not bound at each level,
33     so after an error, it describes the innermost interrupted macro.  */     so after an error, it describes the innermost interrupted macro.  */
34    
35  extern int executing_macro_iterations;  extern int executing_kbd_macro_iterations;
36    
37  /* This is the macro that was executing.  /* This is the macro that was executing.
38     This is not bound at each level,     This is not bound at each level,
39     so after an error, it describes the innermost interrupted macro.  */     so after an error, it describes the innermost interrupted macro.  */
40    
41  extern Lisp_Object executing_macro;  extern Lisp_Object executing_kbd_macro;
42    
43  /* Finish defining the current keyboard macro.  */  /* Finish defining the current keyboard macro.  */
44    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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