# HG changeset patch # User Juri Linkov # Date 1194729553 0 # Node ID e11b8c88390e8bf51370ea4e40ef78a352136f9b # Parent 9c6165181df8656dab335a2b0a102af403332ca7 Add `button'. Move up `startup'. diff -r 9c6165181df8 -r e11b8c88390e lisp/loadup.el --- a/lisp/loadup.el Sat Nov 10 21:18:48 2007 +0000 +++ b/lisp/loadup.el Sat Nov 10 21:19:13 2007 +0000 @@ -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)) @@ -153,7 +156,6 @@ (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")