changeset 79039:ed7decb02144

Comment.
author Glenn Morris <rgm@gnu.org>
date Fri, 12 Oct 2007 02:49:58 +0000
parents 36023ccca4af
children 853a17baf2b0
files lisp/startup.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Thu Oct 11 11:57:36 2007 +0000
+++ b/lisp/startup.el	Fri Oct 12 02:49:58 2007 +0000
@@ -815,6 +815,10 @@
     ;; Run the site-start library if it exists.  The point of this file is
     ;; that it is run before .emacs.  There is no point in doing this after
     ;; .emacs; that is useless.
+    ;; Note that user-init-file is nil at this point.  Code that might
+    ;; be loaded from site-run-file and wants to test if -q was given
+    ;; should check init-file-user instead, since that is already set.
+    ;; See cus-edit.el for an example.
     (if site-run-file
 	(load site-run-file t t))