aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
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,
3280 x->s.symbol_name = xstrdup (SSDATA (Fsymbol_name (name))); 3280 x->s.symbol_name = xstrdup (SSDATA (Fsymbol_name (name)));
3281 x->s.native_intspec = intspec; 3281 x->s.native_intspec = intspec;
3282 x->s.native_doc = doc; 3282 x->s.native_doc = doc;
3283 x->s.native_elisp = true;
3284 XSETPVECTYPE (&x->s, PVEC_SUBR); 3283 XSETPVECTYPE (&x->s, PVEC_SUBR);
3285 Lisp_Object tem; 3284 Lisp_Object tem;
3286 XSETSUBR (tem, &x->s); 3285 XSETSUBR (tem, &x->s);