]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fload): Add a comment about the meaning of
authorGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 21:58:58 +0000 (21:58 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 21:58:58 +0000 (21:58 +0000)
Vuser_init_file being t.

src/lread.c

index 3f5b62b662e03465bbd3b0b169c7a400f17a5ebf..1a06535d9cda766c726d6098ce867dc7ce12457b 100644 (file)
@@ -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;