# HG changeset patch # User Juri Linkov # Date 1187827669 0 # Node ID 5c783b868a5683615c3b07bdcf74bab5653706a0 # Parent 67f4cd925834605ca3a9200c11e0d7e3a6a18307 Add "button" loading after "faces" and move "startup" to load after "button". diff -r 67f4cd925834 -r 5c783b868a56 lisp/loadup.el --- a/lisp/loadup.el Wed Aug 22 23:45:47 2007 +0000 +++ b/lisp/loadup.el Thu Aug 23 00:07:49 2007 +0000 @@ -69,11 +69,12 @@ (setq load-source-file-function 'load-with-code-conversion) (load "files") -(load "startup") - (load "cus-face") (load "faces") ; after here, `defface' may be used. +(load "button") +(load "startup") + (message "Lists of integers (garbage collection statistics) are normal output") (message "while building Emacs; they do not indicate a problem.") (message "%s" (garbage-collect))