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
5df71560
Commit
5df71560
authored
Feb 12, 2008
by
Juri Linkov
Browse files
(fancy-startup-screen, normal-splash-screen):
Set default-directory to command-line-default-directory.
parent
558ca3c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/startup.el
lisp/startup.el
+2
-0
No files found.
lisp/startup.el
View file @
5df71560
...
...
@@ -1456,6 +1456,7 @@ splash screen in another window."
(with-current-buffer splash-buffer
(let ((inhibit-read-only t))
(erase-buffer)
(setq default-directory command-line-default-directory)
(make-local-variable 'startup-screen-inhibit-startup-screen)
(if pure-space-overflow
(insert pure-space-overflow-message))
...
...
@@ -1554,6 +1555,7 @@ after Emacs starts. If STARTUP is nil, display the About screen."
(with-current-buffer (get-buffer-create "
*About
GNU
Emacs*
")
(setq buffer-read-only nil)
(erase-buffer)
(setq default-directory command-line-default-directory)
(set (make-local-variable 'tab-width) 8)
(if (not startup)
(set (make-local-variable 'mode-line-format)
...
...
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