From: Juri Linkov Date: Thu, 23 Aug 2007 00:07:49 +0000 (+0000) Subject: Add "button" loading after "faces" and move "startup" to load after "button". X-Git-Tag: emacs-pretest-23.0.90~11236^2~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4e9f06737f102f454c400f2918e6fc228871350;p=emacs.git Add "button" loading after "faces" and move "startup" to load after "button". --- diff --git a/lisp/loadup.el b/lisp/loadup.el index b6464372a41..1b96afd5486 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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))