summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-09-21 23:32:49 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-09-21 23:32:49 +0000
commit9ba6e7d4b6902bd12f524cf51ba4bb74bfcd03fe (patch)
treec1194982cd90e7c4f89925c0c8f1fe19630c3d55 /lisp/startup.el
parenteab2ee89441d51e885e3df6b3fbcb3c12a177232 (diff)
downloademacs-9ba6e7d4b6902bd12f524cf51ba4bb74bfcd03fe.tar.gz
(command-line): Remove always true test.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 5ad00c2f456..dd8fce06a48 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -888,8 +888,7 @@ opening the first frame (e.g. open a connection to an X server).")
;; any oxof those.
(server-start)
;; Under X Window, this creates the X frame and deletes the terminal frame.
- (when (fboundp 'frame-initialize)
- (frame-initialize)))
+ (frame-initialize))
;; Turn off blinking cursor if so specified in X resources. This is here
;; only because all other settings of no-blinking-cursor are here.