diff src/lread.c @ 29122:47f68a566622

(Fload): Add a comment about the meaning of Vuser_init_file being t.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 23 May 2000 21:58:58 +0000
parents 4c02859dda27
children db8bfd5478d4
line wrap: on
line diff
--- a/src/lread.c	Tue May 23 20:14:43 2000 +0000
+++ b/src/lread.c	Tue May 23 21:58:58 2000 +0000
@@ -677,6 +677,7 @@
 	return Qnil;
     }
 
+  /* Tell startup.el whether or not we found the user's init file.  */
   if (EQ (Qt, Vuser_init_file))
     Vuser_init_file = found;