From: Andrea Corallo Date: Tue, 12 Nov 2019 22:39:24 +0000 (+0100) Subject: temporary fix subr doc field to zero X-Git-Tag: emacs-28.0.90~2727^2~998 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f59ce58fc558643f97175a32f2a82cc209f2bb4;p=emacs.git temporary fix subr doc field to zero --- diff --git a/src/comp.c b/src/comp.c index f92bc62506b..04cee63dfbd 100644 --- a/src/comp.c +++ b/src/comp.c @@ -3285,6 +3285,7 @@ DEFUN ("comp--register-subr", Fcomp__register_subr, x->s.max_args = FIXNUMP (maxarg) ? XFIXNUM (maxarg) : MANY; x->s.symbol_name = SSDATA (Fsymbol_name (name)); x->s.intspec = NULL; + x->s.doc = 0; /* FIXME */ x->s.native_elisp = true; defsubr (x);