Mercurial > emacs
changeset 21777:a28b0160cc1b
(standard_args): Apply --unibyte/multibyte after --nw.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Apr 1998 19:21:14 +0000 |
parents | 0b8510aab527 |
children | bb86eac5ce79 |
files | src/emacs.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Sun Apr 26 19:16:46 1998 +0000 +++ b/src/emacs.c Sun Apr 26 19:21:14 1998 +0000 @@ -1299,11 +1299,11 @@ { "-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 },