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
397869a4
Commit
397869a4
authored
Apr 15, 2002
by
Stefan Monnier
Browse files
(bootstrap): Don't bother using the pure space.
parent
772f363f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/loadup.el
lisp/loadup.el
+2
-0
No files found.
lisp/loadup.el
View file @
397869a4
...
...
@@ -35,6 +35,8 @@
;; in case CANNOT_DUMP
(
equal
(
nth
0
command-line-args
)
"../src/bootstrap-emacs"
))
(
let
((
path
(
car
load-path
)))
;; We'll probably overflow the pure space.
(
setq
purify-flag
nil
)
(
setq
load-path
(
list
path
(
expand-file-name
"emacs-lisp"
path
)
(
expand-file-name
"language"
path
)
...
...
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