diff options
author | Juri Linkov <juri@jurta.org> | 2007-11-10 21:19:13 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2007-11-10 21:19:13 +0000 |
commit | 90c9e42f45606e0606150a6aac07ce345836450e (patch) | |
tree | 4cf6f1a7682708cd4fcf4c48079d7a560434c486 /lisp/loadup.el | |
parent | c7de83fe3d320a2ebb36d3221daa6ae757074f2f (diff) | |
download | emacs-90c9e42f45606e0606150a6aac07ce345836450e.tar.gz |
Add `button'. Move up `startup'.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 4 |
1 files changed, 3 insertions, 1 deletions
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") |