aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-04-11 18:21:11 +0000
committerRichard M. Stallman <[email protected]>1996-04-11 18:21:11 +0000
commitae63ae522d6a43e87354cc439b078ca0d7138b53 (patch)
tree4c357b136e4e763a375add491d3caac2f4b5918b /src/emacs.c
parentdcde1278af17138c2be7b07426fb0cea2e7e373d (diff)
(standard_args): Synchronize with startup.el.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index b6e97bc8c9..ddc88607eb 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1054,11 +1054,14 @@ struct standard_args standard_args[] =
{ "-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. */