mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-04 04:11:58 -07:00
(syms_of_lread): Initialize seen_list.
This commit is contained in:
parent
3ed70dc4ab
commit
f153db138b
1 changed files with 1 additions and 0 deletions
|
|
@ -4017,6 +4017,7 @@ to load. See also `load-dangerous-libraries'. */);
|
|||
staticpro (&read_objects);
|
||||
read_objects = Qnil;
|
||||
staticpro (&seen_list);
|
||||
seen_list = Qnil;
|
||||
|
||||
Vloads_in_progress = Qnil;
|
||||
staticpro (&Vloads_in_progress);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue