Mercurial > emacs
changeset 83656:5c783b868a56
Add "button" loading after "faces" and move "startup" to load after "button".
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 23 Aug 2007 00:07:49 +0000 |
parents | 67f4cd925834 |
children | 961fa50a1ae2 |
files | lisp/loadup.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))