]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel): Load `loaddefs' before `help' because the
authorGerd Moellmann <gerd@gnu.org>
Fri, 6 Oct 2000 11:42:03 +0000 (11:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 6 Oct 2000 11:42:03 +0000 (11:42 +0000)
latter needs the autoloaded define-minor-mode macro.

lisp/loadup.el

index 0c23fd47b81efa67250de2cfcd9089a4d42d99ea..d97613f94b1c4f6f86aaafa94fddd99a279f65bf 100644 (file)
 (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.")
 (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")