Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
301d6830
Commit
301d6830
authored
Oct 06, 2000
by
Gerd Moellmann
Browse files
(toplevel): Load `loaddefs' before `help' because the
latter needs the autoloaded define-minor-mode macro.
parent
f69aad2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
lisp/loadup.el
lisp/loadup.el
+7
-6
No files found.
lisp/loadup.el
View file @
301d6830
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment