diff lisp/loadup.el @ 779:c2dbf1fe0506

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 15 Jul 1992 03:24:58 +0000
parents 02bfc9709961
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/loadup.el	Wed Jul 15 02:24:58 1992 +0000
+++ b/lisp/loadup.el	Wed Jul 15 03:24:58 1992 +0000
@@ -40,8 +40,8 @@
 (garbage-collect)
 (load "window")
 (garbage-collect)
-(if (fboundp 'delete-screen)
-    (load "screen"))
+(if (fboundp 'delete-frame)
+    (load "frame"))
 (garbage-collect)
 (load "paths.el")  ;Don't get confused if someone compiled paths by mistake.
 (garbage-collect)