[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] scratch/raeburn-startup 1c4b68d 03/43: Force purification
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] scratch/raeburn-startup 1c4b68d 03/43: Force purification off when using dumped.elc. |
Date: |
Mon, 31 Jul 2017 02:10:56 -0400 (EDT) |
branch: scratch/raeburn-startup
commit 1c4b68df215d567678c5f6e9dd37dfca344a963a
Author: Ken Raeburn <address@hidden>
Commit: Ken Raeburn <address@hidden>
Force purification off when using dumped.elc.
* lisp/loadup.el: Print a separate form at the start of dumped.elc
setting purify-flag to nil, before the big progn form is read.
---
lisp/loadup.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 9a05004..d8dd32f 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -564,6 +564,8 @@ lost after dumping")))
(print-length nil)
(print-escape-newlines t)
(standard-output (current-buffer)))
+ (print '(setq purify-flag nil))
+ (terpri)
(print `(progn . ,cmds))
(terpri)
(print `(let ((css ',charsets))
- [Emacs-diffs] branch scratch/raeburn-startup created (now 13f3370), Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 1c4b68d 03/43: Force purification off when using dumped.elc.,
Ken Raeburn <=
- [Emacs-diffs] scratch/raeburn-startup bd42a5a 02/43: Increase gc-cons-threshold., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 250c9ad 04/43: Don't get into an error loop if dumped.elc isn't found., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 1184a17 08/43: Don't dump a copy of the obarray., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 8ec5f5a 11/43: Don't trash current-load-list while loading dumped.elc., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 19efb25 09/43: Use #N# syntax for repeated symbols in dumped.elc., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 4a6ef22 12/43: Save and restore default values, and buffer-local setting., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup d85d26b 10/43: Eli's test patch to stop using dump-emacs., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup e7fcd8a 14/43: Reload category table at startup rather than saving it., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 406bfc4 15/43: Call unify-charset on appropriate charsets., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup ee0638c 18/43: Create frame's face cache., Ken Raeburn, 2017/07/31