Mercurial > emacs
diff src/emacs.c @ 61346:09dcb6ef852f
(standard_args): Add -Q, --bare-bones, -bare-bones.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 06 Apr 2005 10:45:09 +0000 |
parents | a95b5f47474c |
children | 397fed153f02 865f9b91fdbe 02f1dbc4a199 |
line wrap: on
line diff
--- 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 },