diff src/lread.c @ 15283:b2be450a8da4

(init_lread): Init Vload_file_name to Qnil.
author Karl Heuer <kwzh@gnu.org>
date Thu, 23 May 1996 16:16:12 +0000
parents e05dd165b889
children 3b5ffd35defe
line wrap: on
line diff
--- a/src/lread.c	Thu May 23 01:34:07 1996 +0000
+++ b/src/lread.c	Thu May 23 16:16:12 1996 +0000
@@ -2353,6 +2353,7 @@
   Vvalues = Qnil;
 
   load_in_progress = 0;
+  Vload_file_name = Qnil;
 
   load_descriptor_list = Qnil;
 }