From: Glenn Morris Date: Fri, 12 Oct 2007 02:49:58 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-22.1.90~632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbffff5b06c438aae24f8143e5c771e009da093a;p=emacs.git Comment. --- diff --git a/lisp/startup.el b/lisp/startup.el index 19ef664a2fe..f90ffeba0ef 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -815,6 +815,10 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." ;; 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))