* lisp/emacs-lisp/comp-cstr.el (comp-ctxt): Initialize it.
This commit is contained in:
parent
edf42af2cc
commit
40c71e574a
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue