Mercurial > emacs
changeset 51699:9603cfeea5a5
(pure-space-overflow): Set it if overflow.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 30 Jun 2003 10:37:18 +0000 |
parents | 92ed57f99b98 |
children | 8e56fb9cfe82 |
files | lisp/loadup.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Mon Jun 30 10:36:35 2003 +0000 +++ b/lisp/loadup.el Mon Jun 30 10:37:18 2003 +0000 @@ -301,6 +301,9 @@ ;;; At this point, we're ready to resume undo recording for scratch. (buffer-enable-undo "*scratch*") +(if (null (garbage-collect)) + (setq pure-space-overflow t)) + (if (or (member (nth 3 command-line-args) '("dump" "bootstrap")) (member (nth 4 command-line-args) '("dump" "bootstrap"))) (if (eq system-type 'vax-vms)