]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard_args): Rename --bare-bones to --quick.
authorRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 2005 23:23:24 +0000 (23:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 2005 23:23:24 +0000 (23:23 +0000)
Add -D aka --basic-display.

src/emacs.c

index 14feff341144e381b06d2f0d8d3515950714f887..a1031891c45b088503519cab44d3fef9aa07ec2d 100644 (file)
@@ -1806,8 +1806,8 @@ struct standard_args standard_args[] =
   { "-d", "--display", 60, 1 },
   { "-display", 0, 60, 1 },
   /* Now for the options handled in startup.el.  */
-  { "-Q", "--bare-bones", 55, 0 },
-  { "-bare-bones", 0, 55, 0 },
+  { "-Q", "--quick", 55, 0 },
+  { "-quick", 0, 55, 0 },
   { "-q", "--no-init-file", 50, 0 },
   { "-no-init-file", 0, 50, 0 },
   { "-no-site-file", "--no-site-file", 40, 0 },
@@ -1818,6 +1818,8 @@ struct standard_args standard_args[] =
   { "-i", "--icon-type", 15, 0 },
   { "-itype", 0, 15, 0 },
   { "-iconic", "--iconic", 15, 0 },
+  { "-D", "--basic-display", 12, 0},
+  { "--basic-display", 0, 12, 0},
   { "-bg", "--background-color", 10, 1 },
   { "-background", 0, 10, 1 },
   { "-fg", "--foreground-color", 10, 1 },