From: Gerd Moellmann Date: Tue, 23 May 2000 21:58:58 +0000 (+0000) Subject: (Fload): Add a comment about the meaning of X-Git-Tag: emacs-pretest-21.0.90~3777 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba0d1195207b4222aa8c92141d7278b55b1e3aae;p=emacs.git (Fload): Add a comment about the meaning of Vuser_init_file being t. --- diff --git a/src/lread.c b/src/lread.c index 3f5b62b662e..1a06535d9cd 100644 --- a/src/lread.c +++ b/src/lread.c @@ -677,6 +677,7 @@ Return t if file exists.") 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;