summaryrefslogtreecommitdiff
path: root/lisp/loadup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index b502f457899..24b09eb6bcf 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -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)