diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-09-11 20:44:40 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-09-11 20:44:40 +0000 |
commit | 3bce024300531c76f289ded383393921af47bd41 (patch) | |
tree | df49b2df8c2d55a15788c9105f57597c63b0e81d /lisp/loadup.el | |
parent | 27c079eb305c2aea36a903204fc4be663a7ec726 (diff) | |
download | emacs-3bce024300531c76f289ded383393921af47bd41.tar.gz |
("simple.el"): Move to after loaddefs.el.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") |