From 9ba6e7d4b6902bd12f524cf51ba4bb74bfcd03fe Mon Sep 17 00:00:00 2001
From: Dan Nicolaescu <dann@ics.uci.edu>
Date: Sun, 21 Sep 2008 23:32:49 +0000
Subject: [PATCH] (command-line): Remove always true test.

---
 lisp/ChangeLog  | 1 +
 lisp/startup.el | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4479267b406..da8b2f3cc93 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* startup.el (command-line): Start the server when in daemon mode.
+	Remove always true test.
 
 	* frame.el (frame-initialize): Remove spurious setting of
 	special-display-function with the default value.
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.
-- 
2.39.5