From b3cbdfc86474932e4ef8d1237ed100a6f4f4c854 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 19 Dec 2019 11:06:38 +0100 Subject: add basic compilation unit into structure --- src/comp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/comp.c') diff --git a/src/comp.c b/src/comp.c index ce2a542e7cf..79ece461a54 100644 --- a/src/comp.c +++ b/src/comp.c @@ -3280,7 +3280,6 @@ DEFUN ("comp--register-subr", Fcomp__register_subr, Scomp__register_subr, x->s.symbol_name = xstrdup (SSDATA (Fsymbol_name (name))); x->s.native_intspec = intspec; x->s.native_doc = doc; - x->s.native_elisp = true; XSETPVECTYPE (&x->s, PVEC_SUBR); Lisp_Object tem; XSETSUBR (tem, &x->s); -- cgit v1.2.1