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; /* Index of next character to fetch from that macro */ extern int executing_macro_index; - -/* Nonzero while defining a kbd macro */ - -extern int defining_kbd_macro; |