aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index c56be10c5a0..ad1daf721b8 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -2232,7 +2232,6 @@ eval_sub (Lisp_Object form)
2232 if (EQ (funcar, Qmacro)) 2232 if (EQ (funcar, Qmacro))
2233 { 2233 {
2234 ptrdiff_t count = SPECPDL_INDEX (); 2234 ptrdiff_t count = SPECPDL_INDEX ();
2235 extern Lisp_Object Qlexical_binding;
2236 Lisp_Object exp; 2235 Lisp_Object exp;
2237 /* Bind lexical-binding during expansion of the macro, so the 2236 /* Bind lexical-binding during expansion of the macro, so the
2238 macro can know reliably if the code it outputs will be 2237 macro can know reliably if the code it outputs will be