From: Richard M. Stallman Date: Sun, 26 Apr 1998 19:21:14 +0000 (+0000) Subject: (standard_args): Apply --unibyte/multibyte after --nw. X-Git-Tag: emacs-20.3~1299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=871fb8d0e1152ec59d930c7571cd54e14e621ed4;p=emacs.git (standard_args): Apply --unibyte/multibyte after --nw. --- 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[] = { "-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 },