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:
parent
6c2935e99f
commit
02c33131c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue