# HG changeset patch # User Stefan Monnier # Date 1018870208 0 # Node ID 88b67f986f64d6a329ab957b6ef0f364676d35c3 # Parent 3146ac68f727bacfe5317f7adebfed395256e653 (bootstrap): Don't bother using the pure space. diff -r 3146ac68f727 -r 88b67f986f64 lisp/loadup.el --- 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)