changeset 44595:88b67f986f64

(bootstrap): Don't bother using the pure space.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 15 Apr 2002 11:30:08 +0000
parents 3146ac68f727
children d4d0673b5bd3
files lisp/loadup.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Mon Apr 15 10:25:19 2002 +0000
+++ b/lisp/loadup.el	Mon Apr 15 11:30:08 2002 +0000
@@ -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)