Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
adab4483
Commit
adab4483
authored
May 26, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(standard_args): -i, -itype, --icon-type take 0, not 1, args
parent
c27c1042
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/emacs.c
src/emacs.c
+2
-2
No files found.
src/emacs.c
View file @
adab4483
...
...
@@ -952,8 +952,8 @@ struct standard_args standard_args[] =
{
"-u"
,
"--user"
,
30
,
1
},
{
"-user"
,
0
,
30
,
1
},
{
"-debug-init"
,
"--debug-init"
,
20
,
0
},
{
"-i"
,
"--icon-type"
,
15
,
1
},
{
"-itype"
,
0
,
15
,
1
},
{
"-i"
,
"--icon-type"
,
15
,
0
},
{
"-itype"
,
0
,
15
,
0
},
{
"-iconic"
,
"--iconic"
,
15
,
0
},
{
"-bg"
,
"--background-color"
,
10
,
1
},
{
"-background"
,
0
,
10
,
1
},
...
...
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