aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo2019-09-18 12:46:45 +0200
committerAndrea Corallo2020-01-01 11:37:50 +0100
commit9709ff1436d547664e6b3ca252cd37665467b4de (patch)
treed59cf731c0ff6cab131b8818c0d2fad1e23cca52 /src/comp.c
parentbd3cd579cb43ace253e245a7026b172f216f3a1f (diff)
downloademacs-9709ff1436d547664e6b3ca252cd37665467b4de.tar.gz
emacs-9709ff1436d547664e6b3ca252cd37665467b4de.zip
add native_elisp field into Lisp_Subr
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp.c b/src/comp.c
index 8aadd5acc91..ca22b81de13 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3228,6 +3228,7 @@ load_comp_unit (dynlib_handle_ptr handle)
3228 x->s.min_args = minargs; 3228 x->s.min_args = minargs;
3229 x->s.max_args = maxargs; 3229 x->s.max_args = maxargs;
3230 x->s.symbol_name = SSDATA (Fsymbol_name (Qsym)); 3230 x->s.symbol_name = SSDATA (Fsymbol_name (Qsym));
3231 x->s.native_elisp = true;
3231 defsubr(x); 3232 defsubr(x);
3232 3233
3233 func_list = XCDR (func_list); 3234 func_list = XCDR (func_list);