summaryrefslogtreecommitdiff
path: root/lisp/loadup.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-07-15 03:24:58 +0000
committerJim Blandy <jimb@redhat.com>1992-07-15 03:24:58 +0000
commit0cc89026beff8f9f7b136f4464934675fe50cfcd (patch)
treebac0be283b70cdaec9095daaeae1e3fd291c56af /lisp/loadup.el
parentf98955eaaa3d2c459b373a7b4c5d1176a18687d9 (diff)
downloademacs-0cc89026beff8f9f7b136f4464934675fe50cfcd.tar.gz
*** empty log message ***
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)