aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-26 19:21:14 +0000
committerRichard M. Stallman1998-04-26 19:21:14 +0000
commit871fb8d0e1152ec59d930c7571cd54e14e621ed4 (patch)
treede3de922c24a88bc30470c064493d0129d4a8ddf /src
parentbdd47b1c07470066742843bee65a90fa1605e98d (diff)
downloademacs-871fb8d0e1152ec59d930c7571cd54e14e621ed4.tar.gz
emacs-871fb8d0e1152ec59d930c7571cd54e14e621ed4.zip
(standard_args): Apply --unibyte/multibyte after --nw.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 26d1f519bba..53927b654ad 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1299,11 +1299,11 @@ struct standard_args standard_args[] =
1299 { "-t", "--terminal", 90, 1 }, 1299 { "-t", "--terminal", 90, 1 },
1300 { "-d", "--display", 80, 1 }, 1300 { "-d", "--display", 80, 1 },
1301 { "-display", 0, 80, 1 }, 1301 { "-display", 0, 80, 1 },
1302 { "-no-unibyte", "--no-unibyte", 76, 0 },
1303 { "-multibyte", "--multibyte", 76, 0 },
1304 { "-unibyte", "--unibyte", 75, 0 },
1305 { "-no-multibyte", "--no-multibyte", 75, 0 },
1306 { "-nw", "--no-windows", 70, 0 }, 1302 { "-nw", "--no-windows", 70, 0 },
1303 { "-no-unibyte", "--no-unibyte", 66, 0 },
1304 { "-multibyte", "--multibyte", 66, 0 },
1305 { "-unibyte", "--unibyte", 65, 0 },
1306 { "-no-multibyte", "--no-multibyte", 65, 0 },
1307 { "-batch", "--batch", 60, 0 }, 1307 { "-batch", "--batch", 60, 0 },
1308 { "-q", "--no-init-file", 50, 0 }, 1308 { "-q", "--no-init-file", 50, 0 },
1309 { "-no-init-file", 0, 50, 0 }, 1309 { "-no-init-file", 0, 50, 0 },