changeset 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 acb056d2e9d9
children bd9265d3a2b4
files src/lread.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;