diff options
| -rw-r--r-- | lisp/loadup.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 06f3a11aebf..5e1a1cbde84 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -60,10 +60,8 @@ | |||
| 60 | (load "isearch") | 60 | (load "isearch") |
| 61 | (garbage-collect) | 61 | (garbage-collect) |
| 62 | (load "window") | 62 | (load "window") |
| 63 | (if (fboundp 'delete-frame) | 63 | (garbage-collect) |
| 64 | (progn | 64 | (load "frame") |
| 65 | (garbage-collect) | ||
| 66 | (load "frame"))) | ||
| 67 | (if (fboundp 'frame-face-alist) | 65 | (if (fboundp 'frame-face-alist) |
| 68 | (progn | 66 | (progn |
| 69 | (garbage-collect) | 67 | (garbage-collect) |