Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9ba6e7d4
Commit
9ba6e7d4
authored
Sep 21, 2008
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(command-line): Remove always true test.
parent
eab2ee89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/startup.el
lisp/startup.el
+1
-2
No files found.
lisp/ChangeLog
View file @
9ba6e7d4
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.
...
...
lisp/startup.el
View file @
9ba6e7d4
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment