From d4e9f06737f102f454c400f2918e6fc228871350 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 23 Aug 2007 00:07:49 +0000 Subject: [PATCH] Add "button" loading after "faces" and move "startup" to load after "button". --- lisp/loadup.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)) -- 2.39.2