diff lisp/loadup.el @ 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 65663fcd2caa
children 27d11c1d4e46
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))