diff options
author | Glenn Morris <rgm@gnu.org> | 2015-04-20 18:16:25 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-04-20 18:16:25 -0400 |
commit | affca0fc843426a35c3116d6791f3ec2dd282f6a (patch) | |
tree | 85b4be8c8f8c5e5f76e257e483069ea8a6b75ced /lisp/loadup.el | |
parent | b32683f1df42b1f622f5d88bae4fc46354bbe0df (diff) | |
download | emacs-affca0fc843426a35c3116d6791f3ec2dd282f6a.tar.gz |
* lisp/loadup.el (custom-current-group-alist): Reset before dumping.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |