Mercurial > emacs
comparison lisp/loadup.el @ 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 | 4ff954604f6f |
children | ecf2e8c385f8 |
comparison
equal
deleted
inserted
replaced
32204:98766bb256b2 | 32205:dfa83e0eb90e |
---|---|
58 (load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake. | 58 (load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake. |
59 (load "format") | 59 (load "format") |
60 (load "bindings") | 60 (load "bindings") |
61 (setq load-source-file-function 'load-with-code-conversion) | 61 (setq load-source-file-function 'load-with-code-conversion) |
62 (load "simple") | 62 (load "simple") |
63 (load "files") | |
64 | |
65 (message "Lists of integers (garbage collection statistics) are normal output") | |
66 (message "while building Emacs; they do not indicate a problem.") | |
67 (message "%s" (garbage-collect)) | |
68 (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. | |
69 (message "%s" (garbage-collect)) | |
70 | |
63 (load "help") | 71 (load "help") |
64 (load "files") | |
65 ;; Any Emacs Lisp source file (*.el) loaded here after can contain | 72 ;; Any Emacs Lisp source file (*.el) loaded here after can contain |
66 ;; multilingual text. | 73 ;; multilingual text. |
67 (load "international/mule-cmds") | 74 (load "international/mule-cmds") |
68 (load "case-table") | 75 (load "case-table") |
69 (load "international/characters") | 76 (load "international/characters") |
70 | |
71 (message "Lists of integers (garbage collection statistics) are normal output") | |
72 (message "while building Emacs; they do not indicate a problem.") | |
73 (message "%s" (garbage-collect)) | |
74 (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. | |
75 (message "%s" (garbage-collect)) | |
76 | 77 |
77 (let ((set-case-syntax-set-multibyte t)) | 78 (let ((set-case-syntax-set-multibyte t)) |
78 (load "international/latin-1") | 79 (load "international/latin-1") |
79 (load "international/latin-2") | 80 (load "international/latin-2") |
80 (load "international/latin-3") | 81 (load "international/latin-3") |