# HG changeset patch # User Glenn Morris # Date 1192157438 0 # Node ID 8a350c3c191b965b2b1e4277b8281a39c0488e8a # Parent 8ff5c5a5cd7fc36c2491ef0eebb4383a392c355b Comment. diff -r 8ff5c5a5cd7f -r 8a350c3c191b lisp/startup.el --- a/lisp/startup.el Thu Oct 11 23:32:32 2007 +0000 +++ b/lisp/startup.el Fri Oct 12 02:50:38 2007 +0000 @@ -874,6 +874,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))