From: Karl Heuer Date: Thu, 23 May 1996 16:16:12 +0000 (+0000) Subject: (init_lread): Init Vload_file_name to Qnil. X-Git-Tag: emacs-19.34~579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e53f562ef17d29dc8bf79474109a9f281e10e59;p=emacs.git (init_lread): Init Vload_file_name to Qnil. --- diff --git a/src/lread.c b/src/lread.c index be43d7f2959..c1f9a48cfb5 100644 --- a/src/lread.c +++ b/src/lread.c @@ -2353,6 +2353,7 @@ init_lread () Vvalues = Qnil; load_in_progress = 0; + Vload_file_name = Qnil; load_descriptor_list = Qnil; }