# HG changeset patch # User Gerd Moellmann # Date 959119138 0 # Node ID 47f68a566622880b0d1a5feb34590883a4e47958 # Parent acb056d2e9d9c52cda7f2b2c737e1af4df8cd1c6 (Fload): Add a comment about the meaning of Vuser_init_file being t. diff -r acb056d2e9d9 -r 47f68a566622 src/lread.c --- 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;