Mercurial > emacs
changeset 85179:8a350c3c191b
Comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 12 Oct 2007 02:50:38 +0000 |
parents | 8ff5c5a5cd7f |
children | 8cef7e8125fd |
files | lisp/startup.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))