1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(toplevel): Load loaddefs' before help' because the

latter needs the autoloaded define-minor-mode macro.
This commit is contained in:
Gerd Moellmann 2000-10-06 11:42:03 +00:00
parent f69aad2bcb
commit 301d6830c0

View File

@ -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")