[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."
- scratch/no-purespace 1de87314c4c 19/41: Make bindings--define-key obsolete, (continued)
- scratch/no-purespace 1de87314c4c 19/41: Make bindings--define-key obsolete, Stefan Kangas, 2024/12/12
- scratch/no-purespace c951fd415cd 21/41: Avoid compiler warning in process_mark_stack, Stefan Kangas, 2024/12/12
- scratch/no-purespace 538a2428983 22/41: Remove purecopy calls from files.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace d121953b971 24/41: Don't call purecopy in common-win.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace a4e38cc3753 25/41: Don't call purecopy in bindings.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace 04408e198f1 26/41: Don't call purecopy in progmodes/*.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace b0afe306b74 30/41: Don't call purecopy in dnd.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace 8bd246d87ea 29/41: Don't call purecopy in vc/*.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace 5afc2733546 32/41: Don't call purecopy in mouse.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace bb64e9464c5 34/41: Remove purespace fix from cl-preloaded.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace e7926ab4860 40/41: Delete variable pure-space-overflow,
Stefan Kangas <=
- scratch/no-purespace 28dadb6f10a 41/41: Mark pure-bytes-used as obsolete, Stefan Kangas, 2024/12/12
- scratch/no-purespace 0e37b11e659 16/41: Unexec removal: Documentation adjustments, Stefan Kangas, 2024/12/12
- scratch/no-purespace 5b471384d18 18/41: Purecopy removal: Lisp code, Stefan Kangas, 2024/12/12
- scratch/no-purespace 00a1152fad5 20/41: Update pdumper hashes, Stefan Kangas, 2024/12/12
- scratch/no-purespace e44b1bf5cca 27/41: Don't call purecopy in textmodes/*.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace a54ff8c18fa 17/41: Unexec removal: Build system, Stefan Kangas, 2024/12/12
- scratch/no-purespace 065b6f2fa7a 28/41: Don't call purecopy in help-mode.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace 833037fadd3 23/41: Don't call purecopy in international/*.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace 8da7086be6d 31/41: Don't call purecopy in emacs-lisp/*.el, Stefan Kangas, 2024/12/12
- scratch/no-purespace d6aeb1a2606 33/41: Delete remaining calls to purecopy, Stefan Kangas, 2024/12/12