From: Juri Linkov Date: Sat, 10 Nov 2007 21:19:13 +0000 (+0000) Subject: Add `button'. Move up `startup'. X-Git-Tag: emacs-pretest-22.1.90~404 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90c9e42f45606e0606150a6aac07ce345836450e;p=emacs.git Add `button'. Move up `startup'. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 7c144bf8315..8800be9573f 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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")