From 2fd2e8772202e6412a7360a7b3297ae2ecdbaf02 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Fri, 28 May 2021 11:30:04 +0200 Subject: [PATCH] Evaluate using lexical-binding if the file is lexically scoped --- esup-child.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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