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
621ef9ab
Commit
621ef9ab
authored
Jul 14, 2011
by
Lars Magne Ingebrigtsen
Browse files
(initial-buffer-choice): Don't mention the `none' selection, which is against policy.
parent
85c1ab0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/startup.el
lisp/startup.el
+2
-4
No files found.
lisp/ChangeLog
View file @
621ef9ab
2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* startup.el (initial-buffer-choice): Don't mention the `none'
selection, which is against policy.
2011-07-14 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer-normalize-special): Replace
...
...
lisp/startup.el
View file @
621ef9ab
...
...
@@ -43,14 +43,12 @@
If the value is nil and `inhibit-startup-screen' is nil, show the
startup screen. If the value is string, visit the specified file
or directory using `find-file'. If t, open the `*scratch*'
buffer. If `none', don't select anything, but show the
buffer (if any) selected by the startup file."
buffer."
:type
'
(
choice
(
const
:tag
"Startup screen"
nil
)
(
directory
:tag
"Directory"
:value
"~/"
)
(
file
:tag
"File"
:value
"~/.emacs"
)
(
const
:tag
"Lisp scratch buffer"
t
)
(
const
:tag
"Select no buffer"
'none
))
(
const
:tag
"Lisp scratch buffer"
t
))
:version
"23.1"
:group
'initialization
)
...
...
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