diff --git a/esup-child.el b/esup-child.el index e4f5ed0..c5ac650 100644 --- a/esup-child.el +++ b/esup-child.el @@ -380,7 +380,7 @@ SEXP-STRING appears in FILE-NAME." "" (car-safe (read-from-string sexp-string)))) benchmark) - (setq benchmark (benchmark-run (eval sexp))) + (setq benchmark (benchmark-run (eval sexp lexical-binding))) (prog1 (if esup-child-last-call-intercept-results ;; We intercepted the last call with advice on load or