(init_lread): Init Vload_file_name to Qnil.
This commit is contained in:
parent
6a428f7704
commit
4e53f562ef
1 changed files with 1 additions and 0 deletions
|
@ -2353,6 +2353,7 @@ init_lread ()
|
|||
Vvalues = Qnil;
|
||||
|
||||
load_in_progress = 0;
|
||||
Vload_file_name = Qnil;
|
||||
|
||||
load_descriptor_list = Qnil;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue