]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `button'. Move up `startup'.
authorJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 21:19:13 +0000 (21:19 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 21:19:13 +0000 (21:19 +0000)
lisp/loadup.el

index 7c144bf83158bdf524313c429b986f81094786f0..8800be9573f3340685d9ab9976f4e80bf0a8b212 100644 (file)
@@ -72,6 +72,9 @@
 (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))
 (message "%s" (garbage-collect))
 (load "menu-bar")
 (load "paths.el")  ;Don't get confused if someone compiled paths by mistake.
-(load "startup")
 (load "emacs-lisp/lisp")
 (load "textmodes/page")
 (load "register")