# HG changeset patch # User Eli Zaretskii # Date 1207992365 0 # Node ID 59143f6957b166da6cb0005ae937c7a67ea32e94 # Parent bfa6c843b638d668092c984bbe8c54826e959a1b ("minibuffer"): Move after "faces". diff -r bfa6c843b638 -r 59143f6957b1 lisp/loadup.el --- a/lisp/loadup.el Sat Apr 12 09:15:10 2008 +0000 +++ b/lisp/loadup.el Sat Apr 12 09:26:05 2008 +0000 @@ -67,13 +67,13 @@ (load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake. (load "env") (load "format") -(load "minibuffer") (load "bindings") (setq load-source-file-function 'load-with-code-conversion) (load "files") (load "cus-face") (load "faces") ; after here, `defface' may be used. +(load "minibuffer") (load "button") (load "startup")