1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(loaddefs.el): Load that much later.

This commit is contained in:
Richard M. Stallman 1997-08-15 19:21:11 +00:00
parent 6c2935e99f
commit 02c33131c7

View 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.
@ -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")