]> git.eshelyaron.com Git - emacs.git/commitdiff
(loaddefs.el): Load that much later.
authorRichard M. Stallman <rms@gnu.org>
Fri, 15 Aug 1997 19:21:11 +0000 (19:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 15 Aug 1997 19:21:11 +0000 (19:21 +0000)
lisp/loadup.el

index 1989bfd17b22add70a0ebd3d394319d32f6bd5d2..b1160483f1a0fde4fba3eda877d3fe4be79ca09a 100644 (file)
@@ -48,8 +48,6 @@
 (load "custom")
 (load "cus-start")
 (garbage-collect)
-(load "loaddefs.el")  ;Don't get confused if someone compiled this by mistake.
-(garbage-collect)
 (load "international/mule")
 (garbage-collect)
 (load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake.
     (progn             ; floating pt. functions if 
       (garbage-collect)        ; we have float support.
       (load "float-sup")))
+(garbage-collect)
+(load "loaddefs.el")  ;Don't get confused if someone compiled this by mistake.
 
 (garbage-collect)
 (load "vc-hooks")