diff src/lread.c @ 88888:1b6e73e289bc

(Fload): Don't load with Qload_force_doc_strings t if version is 0.
author Kenichi Handa <handa@m17n.org>
date Thu, 25 Jul 2002 01:30:27 +0000
parents 300f83fb46e1
children 0457e4f05273
line wrap: on
line diff
--- a/src/lread.c	Thu Jul 25 01:29:57 2002 +0000
+++ b/src/lread.c	Thu Jul 25 01:30:27 2002 +0000
@@ -1029,7 +1029,7 @@
   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
     {