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
871fb8d0
Commit
871fb8d0
authored
Apr 26, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(standard_args): Apply --unibyte/multibyte after --nw.
parent
bdd47b1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/emacs.c
src/emacs.c
+4
-4
No files found.
src/emacs.c
View file @
871fb8d0
...
...
@@ -1299,11 +1299,11 @@ struct standard_args standard_args[] =
{
"-t"
,
"--terminal"
,
90
,
1
},
{
"-d"
,
"--display"
,
80
,
1
},
{
"-display"
,
0
,
80
,
1
},
{
"-no-unibyte"
,
"--no-unibyte"
,
76
,
0
},
{
"-multibyte"
,
"--multibyte"
,
76
,
0
},
{
"-unibyte"
,
"--unibyte"
,
75
,
0
},
{
"-no-multibyte"
,
"--no-multibyte"
,
75
,
0
},
{
"-nw"
,
"--no-windows"
,
70
,
0
},
{
"-no-unibyte"
,
"--no-unibyte"
,
66
,
0
},
{
"-multibyte"
,
"--multibyte"
,
66
,
0
},
{
"-unibyte"
,
"--unibyte"
,
65
,
0
},
{
"-no-multibyte"
,
"--no-multibyte"
,
65
,
0
},
{
"-batch"
,
"--batch"
,
60
,
0
},
{
"-q"
,
"--no-init-file"
,
50
,
0
},
{
"-no-init-file"
,
0
,
50
,
0
},
...
...
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