From: Glenn Morris Date: Mon, 20 Apr 2015 22:16:25 +0000 (-0400) Subject: * lisp/loadup.el (custom-current-group-alist): Reset before dumping. X-Git-Tag: emacs-25.0.90~2348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=affca0fc843426a35c3116d6791f3ec2dd282f6a;p=emacs.git * lisp/loadup.el (custom-current-group-alist): Reset before dumping. --- 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