mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 20:07:36 +00:00
set intspec to NULL when creating subrs
This commit is contained in:
parent
fd42b6c696
commit
0cf4a9fdfc
1 changed files with 1 additions and 0 deletions
|
|
@ -3284,6 +3284,7 @@ DEFUN ("comp--register-subr", Fcomp__register_subr,
|
|||
x->s.min_args = XFIXNUM (minarg);
|
||||
x->s.max_args = FIXNUMP (maxarg) ? XFIXNUM (maxarg) : MANY;
|
||||
x->s.symbol_name = SSDATA (Fsymbol_name (name));
|
||||
x->s.intspec = NULL;
|
||||
x->s.native_elisp = true;
|
||||
defsubr (x);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue