changeset 22965:5d866870fcb1

Load byte-run and format a little earlier.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Aug 1998 06:20:51 +0000
parents 87f4c88f4c59
children 77b190eb087b
files lisp/loadup.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Sun Aug 09 05:28:02 1998 +0000
+++ b/lisp/loadup.el	Sun Aug 09 06:20:51 1998 +0000
@@ -33,24 +33,24 @@
 ;;; We don't want to have any undo records in the dumped Emacs.
 (buffer-disable-undo "*scratch*")
 
+(load "byte-run")
 (load "subr")
 
 ;; We specify .el in case someone compiled version.el by mistake.
 (load "version.el")
 
-(load "byte-run")
 (load "map-ynp")
 (load "widget")
 (load "custom")
 (load "cus-start")
 (load "international/mule")
 (load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake.
+(load "format")
 (load "bindings")
 (setq load-source-file-function 'load-with-code-conversion)
 (load "simple")
 (load "help")
 (load "files")
-(load "format")
 ;; Any Emacs Lisp source file (*.el) loaded here after can contain
 ;; multilingual text.
 (load "international/mule-cmds")
@@ -67,7 +67,7 @@
   (load "international/latin-3")
   (load "international/latin-4")
   (load "international/latin-5"))
-;; Load langauge specific files.
+;; Load language-specific files.
 (load "language/chinese")
 (load "language/cyrillic")
 (load "language/indian")