(bootstrap): Don't bother using the pure space.

This commit is contained in:
Stefan Monnier 2002-04-15 11:30:08 +00:00
parent 772f363f27
commit 397869a4c8

View file

@ -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)