(Fload): Don't load with Qload_force_doc_strings t if

version is 0.
This commit is contained in:
Kenichi Handa 2002-07-25 01:30:27 +00:00
parent 2503aa19cb
commit ab2a47e1cc

View file

@ -1029,7 +1029,7 @@ Return t if file exists. */)
load_descriptor_list
= Fcons (make_number (fileno (stream)), load_descriptor_list);
load_in_progress++;
if (version >= 22)
if (! version || version >= 22)
readevalloop (Qget_file_char, stream, file, Feval, 0, Qnil, Qnil);
else
{