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
8f89dc56
Commit
8f89dc56
authored
Aug 09, 1998
by
Richard M. Stallman
Browse files
Load byte-run and format a little earlier.
parent
f024b6aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/loadup.el
lisp/loadup.el
+3
-3
No files found.
lisp/loadup.el
View file @
8f89dc56
...
...
@@ -33,24 +33,24 @@
;;; We don't want to have any undo records in the dumped Emacs.
(
buffer-disable-undo
"*scratch*"
)
(
load
"byte-run"
)
(
load
"subr"
)
;; We specify .el in case someone compiled version.el by mistake.
(
load
"version.el"
)
(
load
"byte-run"
)
(
load
"map-ynp"
)
(
load
"widget"
)
(
load
"custom"
)
(
load
"cus-start"
)
(
load
"international/mule"
)
(
load
"international/mule-conf.el"
)
;Don't get confused if someone compiled this by mistake.
(
load
"format"
)
(
load
"bindings"
)
(
setq
load-source-file-function
'load-with-code-conversion
)
(
load
"simple"
)
(
load
"help"
)
(
load
"files"
)
(
load
"format"
)
;; Any Emacs Lisp source file (*.el) loaded here after can contain
;; multilingual text.
(
load
"international/mule-cmds"
)
...
...
@@ -67,7 +67,7 @@
(
load
"international/latin-3"
)
(
load
"international/latin-4"
)
(
load
"international/latin-5"
))
;; Load lang
a
uge
specific files.
;; Load langu
a
ge
-
specific files.
(
load
"language/chinese"
)
(
load
"language/cyrillic"
)
(
load
"language/indian"
)
...
...
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