From: Stefan Monnier Date: Wed, 11 Sep 2002 20:44:40 +0000 (+0000) Subject: ("simple.el"): Move to after loaddefs.el. X-Git-Tag: ttn-vms-21-2-B4~13236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bce024300531c76f289ded383393921af47bd41;p=emacs.git ("simple.el"): Move to after loaddefs.el. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index c450f74ed56..807764259c3 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -64,7 +64,6 @@ (load "format") (load "bindings") (setq load-source-file-function 'load-with-code-conversion) -(load "simple") (load "files") (load "cus-face") @@ -75,6 +74,7 @@ (message "%s" (garbage-collect)) (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. (message "%s" (garbage-collect)) +(load "simple") (load "help")