summaryrefslogtreecommitdiff
path: root/src/macros.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-03-03 05:02:29 +0000
committerKarl Heuer <kwzh@gnu.org>1995-03-03 05:02:29 +0000
commit3b9536f72d004232406c25f4c2fce8237b261512 (patch)
tree01d5b26904ac97a3a80bf9dad73d2981a5197174 /src/macros.h
parent10d5825082e4f8f8883ea126074261e259a79a59 (diff)
downloademacs-3b9536f72d004232406c25f4c2fce8237b261512.tar.gz
(defining_kbd_macro): Delete declaration.
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h4
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;