]> code.delx.au - gnu-emacs/commitdiff
(bootstrap): Don't bother using the pure space.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Apr 2002 11:30:08 +0000 (11:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Apr 2002 11:30:08 +0000 (11:30 +0000)
lisp/loadup.el

index 59d30ac421770a154c44defaf070bf0836c13c19..c107c2e41c104b1b8f19f045bf522a4a3a239f2d 100644 (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)