changeset 94040:59143f6957b1

("minibuffer"): Move after "faces".
author Eli Zaretskii <eliz@gnu.org>
date Sat, 12 Apr 2008 09:26:05 +0000
parents bfa6c843b638
children 23d6df7eb459
files lisp/loadup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")