# HG changeset patch # User Richard M. Stallman # Date 1113175404 0 # Node ID 397fed153f027c8476da87b642e2685e602d1aac # Parent 9ee6093ffeafee3457d9ff15706c20e07940f042 (standard_args): Rename --bare-bones to --quick. Add -D aka --basic-display. diff -r 9ee6093ffeaf -r 397fed153f02 src/emacs.c --- a/src/emacs.c Sun Apr 10 23:22:38 2005 +0000 +++ b/src/emacs.c Sun Apr 10 23:23:24 2005 +0000 @@ -1806,8 +1806,8 @@ { "-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 @@ { "-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 },