(command-line): Remove always true test.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user