1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 13:32:41 -08:00

* Keep comp-subr-list into pure space

Sad pure space is not effective nowdays but anyway... should go there.
This commit is contained in:
AndreaCorallo 2020-02-29 08:36:06 +00:00 committed by Andrea Corallo
parent 8788fab9e1
commit d0066e3061

View file

@ -4405,7 +4405,7 @@ defsubr (union Aligned_Lisp_Subr *aname)
XSETSUBR (tem, sname);
set_symbol_function (sym, tem);
#ifdef HAVE_NATIVE_COMP
Vcomp_subr_list = Fcons (tem, Vcomp_subr_list);
Vcomp_subr_list = Fpurecopy (Fcons (tem, Vcomp_subr_list));
#endif
}