diff options
| -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"))) | |||
| 356 | lost after dumping"))) | 356 | lost after dumping"))) |
| 357 | 357 | ||
| 358 | (setq current-load-list nil) | 358 | (setq current-load-list nil) |
| 359 | ;; Avoid storing references to build directory in the binary. | ||
| 360 | (setq custom-current-group-alist nil) | ||
| 359 | 361 | ||
| 360 | ;; We keep the load-history data in PURE space. | 362 | ;; We keep the load-history data in PURE space. |
| 361 | ;; Make sure that the spine of the list is not in pure space because it can | 363 | ;; Make sure that the spine of the list is not in pure space because it can |