(init_lread): Init Vload_file_name to Qnil.

This commit is contained in:
Karl Heuer 1996-05-23 16:16:12 +00:00
parent 6a428f7704
commit 4e53f562ef

View file

@ -2353,6 +2353,7 @@ init_lread ()
Vvalues = Qnil;
load_in_progress = 0;
Vload_file_name = Qnil;
load_descriptor_list = Qnil;
}