Add "button" loading after "faces" and move "startup" to load after "button".
authorJuri Linkov <juri@jurta.org>
Thu, 23 Aug 2007 00:07:49 +0000 (00:07 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 23 Aug 2007 00:07:49 +0000 (00:07 +0000)
lisp/loadup.el

index b646437..1b96afd 100644 (file)
 (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))