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:
parent
8788fab9e1
commit
d0066e3061
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue