mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Move bindings.el after mule-conf.el.
Load mule and mule-conf before simple.
This commit is contained in:
parent
267d5b952c
commit
9b73022faf
1 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue