diff --git a/src/emacs.c b/src/emacs.c index bdbc00bbd8d..14feff34114 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1806,6 +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", "--no-init-file", 50, 0 }, { "-no-init-file", 0, 50, 0 }, { "-no-site-file", "--no-site-file", 40, 0 },