From affca0fc843426a35c3116d6791f3ec2dd282f6a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 20 Apr 2015 18:16:25 -0400 Subject: [PATCH] * lisp/loadup.el (custom-current-group-alist): Reset before dumping. --- lisp/loadup.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/loadup.el b/lisp/loadup.el index bcfef60f7b5..0746f95c1b9 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 -- 2.39.5