]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Remove always true test.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Sep 2008 23:32:49 +0000 (23:32 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Sep 2008 23:32:49 +0000 (23:32 +0000)
lisp/ChangeLog
lisp/startup.el

index 4479267b406f77fd284f7c76804691fdb6310a0a..da8b2f3cc93b849a3aaef0040a166b201c9c140c 100644 (file)
@@ -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.
index 5ad00c2f456d0138f494cb1f2fbe9cb8be62724e..dd8fce06a48d52ce0d2b381a0851bd4ca146d993 100644 (file)
@@ -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.