diff options
| author | Richard M. Stallman | 2005-05-01 18:46:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-01 18:46:31 +0000 |
| commit | 0aed526e95d6cd17dea0712a4542d348dcbd29b9 (patch) | |
| tree | e56f58473084d7d042cacde28d53aa297d670f44 /src/macros.h | |
| parent | b2c8f1430a21fd3e32ae7d5ef38948603a18ff53 (diff) | |
| download | emacs-0aed526e95d6cd17dea0712a4542d348dcbd29b9.tar.gz emacs-0aed526e95d6cd17dea0712a4542d348dcbd29b9.zip | |
(Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
Diffstat (limited to 'src/macros.h')
| -rw-r--r-- | src/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.h b/src/macros.h index 41a32efe2e0..f406d62559f 100644 --- a/src/macros.h +++ b/src/macros.h | |||
| @@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 21 | 21 | ||
| 22 | /* Kbd macro currently being executed (a string or vector). */ | 22 | /* Kbd macro currently being executed (a string or vector). */ |
| 23 | 23 | ||
| 24 | extern Lisp_Object Vexecuting_macro; | 24 | extern Lisp_Object Vexecuting_kbd_macro; |
| 25 | 25 | ||
| 26 | /* Index of next character to fetch from that macro. */ | 26 | /* Index of next character to fetch from that macro. */ |
| 27 | 27 | ||