changeset 47407:32ab444f1795

("simple.el"): Move to after loaddefs.el.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 11 Sep 2002 20:44:40 +0000
parents fbd7a9a8682c
children 2239db3433ca
files lisp/loadup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Wed Sep 11 20:23:56 2002 +0000
+++ b/lisp/loadup.el	Wed Sep 11 20:44:40 2002 +0000
@@ -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")