From: Eli Zaretskii Date: Sat, 12 Apr 2008 09:26:40 +0000 (+0000) Subject: ("minibuffer"): Move after "faces". X-Git-Tag: emacs-pretest-23.0.90~6307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=beec574c904d6bdcf8af1c8cc3b4b5625d8e2aa3;p=emacs.git ("minibuffer"): Move after "faces". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53b5713a1a6..b8b54ab8107 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-12 Eli Zaretskii + + * loadup.el ("minibuffer"): Move after "faces". + 2008-04-12 Stefan Monnier * progmodes/hideif.el (hif-factor): Handle unary minus. diff --git a/lisp/loadup.el b/lisp/loadup.el index 8581f05fedb..005c5ea25b8 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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")