aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/loadup.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-05-12 23:20:55 +0000
committerRichard M. Stallman <[email protected]>1997-05-12 23:20:55 +0000
commit9b73022fafc1bcf74b62ae7debb7988b8594c94f (patch)
treef3cfec4e2b4e387e12879c71a0f8f212f903e3ef /lisp/loadup.el
parent267d5b952ca4c1de0e107d73fb5dc78b32628988 (diff)
Move bindings.el after mule-conf.el.
Load mule and mule-conf before simple.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 1a99670ed4..5ed8d26cf8 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -48,10 +48,15 @@
(load "custom")
(load "cus-start")
(garbage-collect)
-(load "bindings")
-(garbage-collect)
(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
(garbage-collect)
+(load "mule")
+(garbage-collect)
+(load "mule-conf.el") ;Don't get confused if someone compiled this by mistake.
+(garbage-collect)
+(load "bindings")
+(setq load-source-file-function 'load-with-code-conversion)
+(garbage-collect)
(load "simple")
(garbage-collect)
(load "help")
@@ -59,11 +64,6 @@
(load "files")
(garbage-collect)
(load "format")
-(garbage-collect)
-(load "mule")
-(garbage-collect)
-(load "mule-conf.el") ;Don't get confused if someone compiled this by mistake.
-(setq load-source-file-function 'load-with-code-conversion)
;; Any Emacs Lisp source file (*.el) loaded here after can contain
;; multilingual text.
(garbage-collect)