emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/no-purespace e7926ab4860 40/41: Delete variable pure-space-overf


From: Stefan Kangas
Subject: scratch/no-purespace e7926ab4860 40/41: Delete variable pure-space-overflow
Date: Thu, 12 Dec 2024 16:57:53 -0500 (EST)

branch: scratch/no-purespace
commit e7926ab48604d4bdf7088014717b02dddfe9f190
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Delete variable pure-space-overflow
    
    * 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'.
---
 lisp/loadup.el  | 3 ---
 lisp/startup.el | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index 74fbc2372ab..dc37014cb9d 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -565,9 +565,6 @@ directory got moved.  This is set to be a pair in the form 
of:
 ;; 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)
 
diff --git a/lisp/startup.el b/lisp/startup.el
index 5926d816cc4..7b2c3db56c3 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -427,9 +427,6 @@ from being initialized."
 
 (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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]