comparison 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
comparison
equal deleted inserted replaced
83655:67f4cd925834 83656:5c783b868a56
67 (load "format") 67 (load "format")
68 (load "bindings") 68 (load "bindings")
69 (setq load-source-file-function 'load-with-code-conversion) 69 (setq load-source-file-function 'load-with-code-conversion)
70 (load "files") 70 (load "files")
71 71
72 (load "startup")
73
74 (load "cus-face") 72 (load "cus-face")
75 (load "faces") ; after here, `defface' may be used. 73 (load "faces") ; after here, `defface' may be used.
74
75 (load "button")
76 (load "startup")
76 77
77 (message "Lists of integers (garbage collection statistics) are normal output") 78 (message "Lists of integers (garbage collection statistics) are normal output")
78 (message "while building Emacs; they do not indicate a problem.") 79 (message "while building Emacs; they do not indicate a problem.")
79 (message "%s" (garbage-collect)) 80 (message "%s" (garbage-collect))
80 (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. 81 (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.