summaryrefslogtreecommitdiff
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2019-12-19 11:06:38 +0100
committerAndrea Corallo <akrl@sdf.org>2020-01-01 11:38:13 +0100
commitb3cbdfc86474932e4ef8d1237ed100a6f4f4c854 (patch)
tree000694222e8dbb47e9385e47669269007df24836 /src/comp.c
parenta647a97320e72db275a05961ae09e487ee3063e2 (diff)
add basic compilation unit into structure
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c1
1 files changed, 0 insertions, 1 deletions
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);