From 40c71e574ad27deee003a0850a40171750234d59 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 26 Apr 2021 23:13:41 +0200 Subject: [PATCH] * lisp/emacs-lisp/comp-cstr.el (comp-ctxt): Initialize it. --- lisp/emacs-lisp/comp-cstr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp-cstr.el b/lisp/emacs-lisp/comp-cstr.el index b87cbf7e83c..2a50ceb194f 100644 --- a/lisp/emacs-lisp/comp-cstr.el +++ b/lisp/emacs-lisp/comp-cstr.el @@ -177,7 +177,7 @@ Return them as multiple value." ;; So we can load comp-cstr.el and comp.el in non native compiled ;; builds. -(defvar comp-ctxt) +(defvar comp-ctxt nil) (defvar comp-cstr-one (comp-value-to-cstr 1) "Represent the integer immediate one.") -- 2.39.5