emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master affca0f: * lisp/loadup.el (custom-current-group-ali


From: Glenn Morris
Subject: [Emacs-diffs] master affca0f: * lisp/loadup.el (custom-current-group-alist): Reset before dumping.
Date: Mon, 20 Apr 2015 22:16:29 +0000

branch: master
commit affca0fc843426a35c3116d6791f3ec2dd282f6a
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/loadup.el (custom-current-group-alist): Reset before dumping.
---
 lisp/loadup.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index bcfef60..0746f95 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -356,6 +356,8 @@ lost after dumping")))
 lost after dumping")))
 
 (setq current-load-list nil)
+;; Avoid storing references to build directory in the binary.
+(setq custom-current-group-alist nil)
 
 ;; We keep the load-history data in PURE space.
 ;; Make sure that the spine of the list is not in pure space because it can



reply via email to

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