Mercurial > emacs
changeset 14993:a29d378dc9cd
(standard_args): Synchronize with startup.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 11 Apr 1996 18:21:11 +0000 |
parents | 83b3924347a9 |
children | 6a6b3630e251 |
files | src/emacs.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu Apr 11 18:19:30 1996 +0000 +++ b/src/emacs.c Thu Apr 11 18:21:11 1996 +0000 @@ -1054,11 +1054,14 @@ { "-g", "--geometry", 10, 1 }, { "-geometry", 0, 10, 1 }, { "-T", "--title", 10, 1 }, + { "-title", 0, 10, 1 }, { "-name", "--name", 10, 1 }, + { "-rn", 0, 10, 1 }, { "-xrm", "--xrm", 10, 1 }, { "-r", "--reverse-video", 5, 0 }, { "-rv", 0, 5, 0 }, { "-reverse", 0, 5, 0 }, + { "-hb", "--horizontal-scroll-bars", 5, 0 }, { "-vb", "--vertical-scroll-bars", 5, 0 }, /* These have the same priority as ordinary file name args, so they are not reordered with respect to those. */