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
4c9702c3
Commit
4c9702c3
authored
Feb 12, 2008
by
Juri Linkov
Browse files
(after-init-hook): Set inhibit-startup-screen to t
after reading the desktop.
parent
5df71560
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/desktop.el
lisp/desktop.el
+3
-1
No files found.
lisp/ChangeLog
View file @
4c9702c3
2008-02-12 Juri Linkov <juri@jurta.org>
* startup.el (fancy-startup-screen, normal-splash-screen):
Set default-directory to command-line-default-directory.
* desktop.el (after-init-hook): Set inhibit-startup-screen to t
after reading the desktop.
2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
* font-lock.el (font-lock-set-defaults): Unset previously set variables
lisp/desktop.el
View file @
4c9702c3
...
...
@@ -1289,7 +1289,9 @@ If there are no buffers left to create, kill the timer."
(
when
(
member
key
command-line-args
)
(
setq
command-line-args
(
delete
key
command-line-args
))
(
setq
desktop-save-mode
nil
)))
(
when
desktop-save-mode
(
desktop-read
))))
(
when
desktop-save-mode
(
desktop-read
)
(
setq
inhibit-startup-screen
t
))))
(
provide
'desktop
)
...
...
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