# HG changeset patch # User Glenn Morris # Date 1192157398 0 # Node ID ed7decb02144da422debfec896b3fc63d756894a # Parent 36023ccca4af15e767bd0bacdbc7e40b2c15a735 Comment. diff -r 36023ccca4af -r ed7decb02144 lisp/startup.el --- 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))