# HG changeset patch # User Kim F. Storm # Date 1112784309 0 # Node ID 09dcb6ef852fd82b2cc4800f962c3902d7464cda # Parent 2b48abcc50ef077d75cfe0278f0b3d3b60559d5c (standard_args): Add -Q, --bare-bones, -bare-bones. diff -r 2b48abcc50ef -r 09dcb6ef852f src/emacs.c --- a/src/emacs.c Wed Apr 06 10:43:29 2005 +0000 +++ b/src/emacs.c Wed Apr 06 10:45:09 2005 +0000 @@ -1806,6 +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", "--no-init-file", 50, 0 }, { "-no-init-file", 0, 50, 0 }, { "-no-site-file", "--no-site-file", 40, 0 },