From: Glenn Morris Date: Fri, 12 Oct 2007 02:50:38 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~10411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f14478455a90bbd012bf9d5a4d351d8ca743550;p=emacs.git Comment. --- diff --git a/lisp/startup.el b/lisp/startup.el index ef0e750d7dc..53fdbf3939d 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -874,6 +874,10 @@ opening the first frame (e.g. open a connection to an X server).") ;; 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))