diff options
| -rw-r--r-- | lisp/loadup.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 9447c74891d..e4b5f0e5f53 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -31,6 +31,9 @@ (garbage-collect) (load "indent") (load "window") +(garbage-collect) +(if (fboundp 'delete-screen) + (load "screen")) (load "paths.el") ;Don't get confused if someone compiled paths by mistake. (garbage-collect) (load "startup") |
