]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard_args): Apply --unibyte/multibyte after --nw.
authorRichard M. Stallman <rms@gnu.org>
Sun, 26 Apr 1998 19:21:14 +0000 (19:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 26 Apr 1998 19:21:14 +0000 (19:21 +0000)
src/emacs.c

index 26d1f519bbad996fd478ba0eeb77b35ce5b33944..53927b654adc987cdc6af15d1d381d5a51d448bc 100644 (file)
@@ -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 },