Mercurial > emacs
changeset 393:9827fd4d86a0
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 15 Aug 1991 21:27:08 +0000 |
parents | dce611246f59 |
children | 5bd386d1a1cc |
files | lisp/loadup.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Thu Aug 15 18:30:10 1991 +0000 +++ b/lisp/loadup.el Thu Aug 15 21:27:08 1991 +0000 @@ -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")