diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 8 |
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 }, |