* lisp/startup.el (pure-space-overflow): Make variable obsolete.
* lisp/loadup.el (pure-space-overflow): Do not set. Remove call to
`garbage-collect', as that is done by `dump-emacs-portable'.
(cherry picked from commit
e7926ab48604d4bdf7088014717b02dddfe9f190)
;; Avoid error if user loads some more libraries now.
(setq purify-flag nil)
-(if (null (garbage-collect))
- (setq pure-space-overflow t))
-
;; Make sure we will attempt bidi reordering henceforth.
(setq redisplay--inhibit-bidi nil)
(defvar no-blinking-cursor nil)
-(defvar pure-space-overflow nil
- "Non-nil if building Emacs overflowed pure space.")
-
(defcustom tutorial-directory
(file-name-as-directory (expand-file-name "tutorials" data-directory))
"Directory containing the Emacs TUTORIAL files."