diff options
| author | Karl Heuer | 1995-03-03 05:02:29 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-03 05:02:29 +0000 |
| commit | 834ec2768cfb9caebe2e6aa3ed66b627e4f265cc (patch) | |
| tree | 85b26b55e61cdd88e9e645611ae4b2ad6ca80faf /src | |
| parent | 67f0e5287576d36e540331cd96e28987eae2a48f (diff) | |
| download | emacs-834ec2768cfb9caebe2e6aa3ed66b627e4f265cc.tar.gz emacs-834ec2768cfb9caebe2e6aa3ed66b627e4f265cc.zip | |
(defining_kbd_macro): Delete declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/macros.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/macros.h b/src/macros.h index 36d66898c46..c0be6a8bff6 100644 --- a/src/macros.h +++ b/src/macros.h | |||
| @@ -25,7 +25,3 @@ extern Lisp_Object Vexecuting_macro; | |||
| 25 | /* Index of next character to fetch from that macro */ | 25 | /* Index of next character to fetch from that macro */ |
| 26 | 26 | ||
| 27 | extern int executing_macro_index; | 27 | extern int executing_macro_index; |
| 28 | |||
| 29 | /* Nonzero while defining a kbd macro */ | ||
| 30 | |||
| 31 | extern int defining_kbd_macro; | ||