* lisp/loadup.el (custom-current-group-alist): Reset before dumping.
This commit is contained in:
parent
b32683f1df
commit
affca0fc84
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue