diff options
| author | Andrea Corallo | 2019-09-18 12:46:45 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-01 11:37:50 +0100 |
| commit | 9709ff1436d547664e6b3ca252cd37665467b4de (patch) | |
| tree | d59cf731c0ff6cab131b8818c0d2fad1e23cca52 /src/comp.c | |
| parent | bd3cd579cb43ace253e245a7026b172f216f3a1f (diff) | |
| download | emacs-9709ff1436d547664e6b3ca252cd37665467b4de.tar.gz emacs-9709ff1436d547664e6b3ca252cd37665467b4de.zip | |
add native_elisp field into Lisp_Subr
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 1 |
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); |