From 7e92976bc7973a4b4be0719b06d3751e57ad80ea Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 2 Sep 2019 18:08:59 +0200 Subject: [PATCH] fix last test broken by reload --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index ade6461f138..7e1c2d1e0bf 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -598,7 +598,7 @@ the annotation emission." (byte-stack-ref (comp-copy-slot (- (comp-sp) arg 1))) (byte-varref - (comp-emit-set-call (comp-call 'symbol_value (make-comp-mvar + (comp-emit-set-call (comp-call 'symbol-value (make-comp-mvar :constant arg)))) (byte-varset (comp-emit (comp-call 'set_internal -- 2.39.5