# HG changeset patch # User Richard M. Stallman # Date 871672871 0 # Node ID 269fc135665ca42a7d086e5d7ec4211e2e4c9d0a # Parent 85ac99b8b5c8eb4d9b3c0f6bbdec40afff1ed833 (loaddefs.el): Load that much later. diff -r 85ac99b8b5c8 -r 269fc135665c lisp/loadup.el --- 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")