From 02c33131c7bea6a854d0d90285d7bdab7dc5cf0c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 15 Aug 1997 19:21:11 +0000 Subject: [PATCH] (loaddefs.el): Load that much later. --- lisp/loadup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/loadup.el b/lisp/loadup.el index 1989bfd17b2..b1160483f1a 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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") -- 2.39.5