[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macros.h
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/macros.h |
Date: |
Sun, 01 May 2005 14:46:10 -0400 |
Index: emacs/src/macros.h
diff -c emacs/src/macros.h:1.9 emacs/src/macros.h:1.10
*** emacs/src/macros.h:1.9 Mon Sep 1 15:45:56 2003
--- emacs/src/macros.h Sun May 1 18:46:09 2005
***************
*** 21,27 ****
/* Kbd macro currently being executed (a string or vector). */
! extern Lisp_Object Vexecuting_macro;
/* Index of next character to fetch from that macro. */
--- 21,27 ----
/* Kbd macro currently being executed (a string or vector). */
! extern Lisp_Object Vexecuting_kbd_macro;
/* Index of next character to fetch from that macro. */
- [Emacs-diffs] Changes to emacs/src/macros.h,
Richard M . Stallman <=