]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_lread): Init Vload_file_name to Qnil.
authorKarl Heuer <kwzh@gnu.org>
Thu, 23 May 1996 16:16:12 +0000 (16:16 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 23 May 1996 16:16:12 +0000 (16:16 +0000)
src/lread.c

index be43d7f2959cf1fdb685d67ed724f597d3e2c90c..c1f9a48cfb5a38c6d154bc24df2c5a296fdb23f7 100644 (file)
@@ -2353,6 +2353,7 @@ init_lread ()
   Vvalues = Qnil;
 
   load_in_progress = 0;
+  Vload_file_name = Qnil;
 
   load_descriptor_list = Qnil;
 }