Mercurial > emacs
changeset 17783:1a6cc382caff
Move bindings.el after mule-conf.el.
Load mule and mule-conf before simple.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 May 1997 23:20:55 +0000 |
parents | 4522860df0cf |
children | 5b2fa4a13a8b |
files | lisp/loadup.el |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Mon May 12 23:18:58 1997 +0000 +++ b/lisp/loadup.el Mon May 12 23:20:55 1997 +0000 @@ -48,9 +48,14 @@ (load "custom") (load "cus-start") (garbage-collect) -(load "bindings") +(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. +(garbage-collect) +(load "mule") (garbage-collect) -(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. +(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) @@ -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)