(standard_args): Synchronize with startup.el.
This commit is contained in:
parent
dcde1278af
commit
ae63ae522d
1 changed files with 3 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue