aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-04-26 19:21:14 +0000
committerRichard M. Stallman <[email protected]>1998-04-26 19:21:14 +0000
commit871fb8d0e1152ec59d930c7571cd54e14e621ed4 (patch)
treede3de922c24a88bc30470c064493d0129d4a8ddf
parentbdd47b1c07470066742843bee65a90fa1605e98d (diff)
(standard_args): Apply --unibyte/multibyte after --nw.
-rw-r--r--src/emacs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 26d1f519bb..53927b654a 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -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 },