Mercurial > emacs
changeset 98291:bea14960a539
(command-line): Remove always true test.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 21 Sep 2008 23:32:49 +0000 |
parents | 90bc7e356363 |
children | 1943be2bc7c2 |
files | lisp/ChangeLog lisp/startup.el |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 21 23:31:40 2008 +0000 +++ b/lisp/ChangeLog Sun Sep 21 23:32:49 2008 +0000 @@ -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.
--- a/lisp/startup.el Sun Sep 21 23:31:40 2008 +0000 +++ b/lisp/startup.el Sun Sep 21 23:32:49 2008 +0000 @@ -888,8 +888,7 @@ ;; 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.