changeset 19355:269fc135665c

(loaddefs.el): Load that much later.
author Richard M. Stallman <rms@gnu.org>
date Fri, 15 Aug 1997 19:21:11 +0000
parents 85ac99b8b5c8
children 239b86c13fc3
files lisp/loadup.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Fri Aug 15 05:07:01 1997 +0000
+++ b/lisp/loadup.el	Fri Aug 15 19:21:11 1997 +0000
@@ -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.
@@ -189,6 +187,8 @@
     (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")