Index: emacs/src/macros.h
diff -c emacs/src/macros.h:1.10 emacs/src/macros.h:1.11
*** emacs/src/macros.h:1.10     Sun May  1 18:46:09 2005
--- emacs/src/macros.h  Mon May  2 10:32:40 2005
***************
*** 25,44 ****
  
  /* Index of next character to fetch from that macro.  */
  
! extern EMACS_INT executing_macro_index;
  
  /* Number of successful iterations so far
     for innermost keyboard macro.
     This is not bound at each level,
     so after an error, it describes the innermost interrupted macro.  */
  
! extern int executing_macro_iterations;
  
  /* This is the macro that was executing.
     This is not bound at each level,
     so after an error, it describes the innermost interrupted macro.  */
  
! extern Lisp_Object executing_macro;
  
  /* Finish defining the current keyboard macro.  */
  
--- 25,44 ----
  
  /* Index of next character to fetch from that macro.  */
  
! extern EMACS_INT executing_kbd_macro_index;
  
  /* Number of successful iterations so far
     for innermost keyboard macro.
     This is not bound at each level,
     so after an error, it describes the innermost interrupted macro.  */
  
! extern int executing_kbd_macro_iterations;
  
  /* This is the macro that was executing.
     This is not bound at each level,
     so after an error, it describes the innermost interrupted macro.  */
  
! extern Lisp_Object executing_kbd_macro;
  
  /* Finish defining the current keyboard macro.  */
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to