]> code.delx.au - gnu-emacs/blobdiff - lisp/loadup.el
(choose-completion-string): Use `minibufferp';
[gnu-emacs] / lisp / loadup.el
index 4b52515894759bdad1647bd0a4befe5ef5c6276b..f0ce160c66691bfd300d5d94d845b98e2c048676 100644 (file)
 ;;; 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)