changeset 32205:dfa83e0eb90e

(toplevel): Load `loaddefs' before `help' because the latter needs the autoloaded define-minor-mode macro.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 06 Oct 2000 11:42:03 +0000
parents 98766bb256b2
children c743497a67e3
files lisp/loadup.el
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Fri Oct 06 11:35:56 2000 +0000
+++ b/lisp/loadup.el	Fri Oct 06 11:42:03 2000 +0000
@@ -60,13 +60,7 @@
 (load "bindings")
 (setq load-source-file-function 'load-with-code-conversion)
 (load "simple")
-(load "help")
 (load "files")
-;; Any Emacs Lisp source file (*.el) loaded here after can contain
-;; multilingual text.
-(load "international/mule-cmds")
-(load "case-table")
-(load "international/characters")
 
 (message "Lists of integers (garbage collection statistics) are normal output")
 (message "while building Emacs; they do not indicate a problem.")
@@ -74,6 +68,13 @@
 (load "loaddefs.el")  ;Don't get confused if someone compiled this by mistake.
 (message "%s" (garbage-collect))
 
+(load "help")
+;; Any Emacs Lisp source file (*.el) loaded here after can contain
+;; multilingual text.
+(load "international/mule-cmds")
+(load "case-table")
+(load "international/characters")
+
 (let ((set-case-syntax-set-multibyte t))
   (load "international/latin-1")
   (load "international/latin-2")