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
15897347
Commit
15897347
authored
Feb 23, 1995
by
Richard M. Stallman
Browse files
Load version.el early on.
parent
cae49185
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lisp/loadup.el
lisp/loadup.el
+4
-3
No files found.
lisp/loadup.el
View file @
15897347
...
...
@@ -33,6 +33,10 @@
(
buffer-disable-undo
"*scratch*"
)
(
load
"subr"
)
;; We specify .el in case someone compiled version.el by mistake.
(
load
"version.el"
)
(
garbage-collect
)
(
load
"byte-run"
)
(
garbage-collect
)
...
...
@@ -130,9 +134,6 @@
(
garbage-collect
)
(
load
"vc-hooks"
)
;; We specify .el in case someone compiled version.el by mistake.
(
load
"version.el"
)
;If you want additional libraries to be preloaded and their
;doc strings kept in the DOC file rather than in core,
;you may load them with a "site-load.el" file.
...
...
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