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 bfec75fc2c9..d24b4bfe342 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -63,6 +63,8 @@ | |||
| 63 | (expand-file-name "textmodes" dir) | 63 | (expand-file-name "textmodes" dir) |
| 64 | (expand-file-name "vc" dir))))) | 64 | (expand-file-name "vc" dir))))) |
| 65 | 65 | ||
| 66 | (setq exec-path nil) | ||
| 67 | |||
| 66 | (if (eq t purify-flag) | 68 | (if (eq t purify-flag) |
| 67 | ;; Hash consing saved around 11% of pure space in my tests. | 69 | ;; Hash consing saved around 11% of pure space in my tests. |
| 68 | (setq purify-flag (make-hash-table :test 'equal :size 70000))) | 70 | (setq purify-flag (make-hash-table :test 'equal :size 70000))) |