]> git.eshelyaron.com Git - emacs.git/commitdiff
("simple.el"): Move to after loaddefs.el.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Sep 2002 20:44:40 +0000 (20:44 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Sep 2002 20:44:40 +0000 (20:44 +0000)
lisp/loadup.el

index c450f74ed561034832c600ad015081bfbc58747d..807764259c3189efd1ed7d61a3db3608c4a82da8 100644 (file)
@@ -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")