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
d6af189a
Commit
d6af189a
authored
Oct 07, 2001
by
Miles Bader
Browse files
("faces"): Move load before loading "loaddefs.el".
("button"): New load, just before "help" (which uses it).
parent
e517f56d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lisp/loadup.el
lisp/loadup.el
+6
-1
No files found.
lisp/loadup.el
View file @
d6af189a
...
...
@@ -64,13 +64,18 @@
(
load
"simple"
)
(
load
"files"
)
(
load
"faces"
)
; after here, `defface' may be used.
(
message
"Lists of integers (garbage collection statistics) are normal output"
)
(
message
"while building Emacs; they do not indicate a problem."
)
(
message
"%s"
(
garbage-collect
))
(
load
"loaddefs.el"
)
;Don't get confused if someone compiled this by mistake.
(
message
"%s"
(
garbage-collect
))
(
load
"button"
)
; used by help
(
load
"help"
)
;; Any Emacs Lisp source file (*.el) loaded here after can contain
;; multilingual text.
(
load
"international/mule-cmds"
)
...
...
@@ -112,7 +117,7 @@
(
load
"window"
)
(
load
"frame"
)
(
load
"term/tty-colors"
)
(
load
"faces"
)
(
if
(
fboundp
'frame-face-alist
)
(
progn
(
load
"facemenu"
)))
...
...
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