diff options
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; | ||