Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3c24b4e4
Commit
3c24b4e4
authored
Aug 20, 2005
by
Richard M. Stallman
Browse files
(command-line-1): Don't suppress startup screen due to existing processes.
parent
32993501
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
lisp/startup.el
lisp/startup.el
+1
-5
No files found.
lisp/startup.el
View file @
3c24b4e4
...
...
@@ -1724,11 +1724,7 @@ normal otherwise."
;; Maybe display a startup screen.
(
unless
(
or
inhibit-startup-message
noninteractive
emacs-quick-startup
;; Don't display startup screen if init file
;; has started some sort of server.
(
and
(
fboundp
'process-list
)
(
process-list
)))
emacs-quick-startup
)
;; Display a startup screen, after some preparations.
;; If there are no switches to process, we might as well
...
...
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