diff options
author | Jim Blandy <jimb@redhat.com> | 1991-08-15 21:27:08 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-08-15 21:27:08 +0000 |
commit | 996896e6eaa22862ae7a05b52ecfe58bf9df3b3b (patch) | |
tree | 22ae06f1a3d6503ddd2f0636de597047aa590b94 /lisp/loadup.el | |
parent | 01050cb5ab2d5b4c511f498b80cf43d23ee8238e (diff) | |
download | emacs-996896e6eaa22862ae7a05b52ecfe58bf9df3b3b.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/loadup.el')
-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") |