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
7775acb8
Commit
7775acb8
authored
Apr 11, 1996
by
Richard M. Stallman
Browse files
(command-line-x-option-alist):
--title sets only the title. Allow -title as alias too.
parent
3fed86ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/startup.el
lisp/startup.el
+2
-1
No files found.
lisp/startup.el
View file @
7775acb8
...
...
@@ -164,6 +164,7 @@ This is normally copied from `default-directory' when Emacs starts.")
(
"-d"
1
x-handle-display
)
(
"-display"
1
x-handle-display
)
(
"-name"
1
x-handle-name-rn-switch
)
(
"-title"
1
x-handle-switch
title
)
(
"-rn"
1
x-handle-name-rn-switch
)
(
"-T"
1
x-handle-switch
name
)
(
"-r"
0
x-handle-switch
reverse
t
)
...
...
@@ -191,7 +192,7 @@ This is normally copied from `default-directory' when Emacs starts.")
(
"--border-width"
1
x-handle-numeric-switch
border-width
)
(
"--display"
1
x-handle-display
)
(
"--name"
1
x-handle-name-rn-switch
)
(
"--title"
1
x-handle-
name-rn-
switch
)
(
"--title"
1
x-handle-switch
title
)
(
"--reverse-video"
0
x-handle-switch
reverse
t
)
(
"--font"
1
x-handle-switch
font
)
(
"--internal-border"
1
x-handle-numeric-switch
internal-border-width
)
...
...
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