]> git.eshelyaron.com Git - emacs.git/commitdiff
Move bindings.el after mule-conf.el.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 23:20:55 +0000 (23:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 23:20:55 +0000 (23:20 +0000)
Load mule and mule-conf before simple.

lisp/loadup.el

index 1a99670ed4d5bdd716e68b3bee77eea5e5910028..5ed8d26cf8280261ff9bd9015f8ca560012e8412 100644 (file)
 (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")
 (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)