(bootstrap): Don't bother using the pure space.
This commit is contained in:
parent
772f363f27
commit
397869a4c8
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue