From ba0d1195207b4222aa8c92141d7278b55b1e3aae Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 23 May 2000 21:58:58 +0000 Subject: [PATCH] (Fload): Add a comment about the meaning of Vuser_init_file being t. --- src/lread.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5