aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-11 18:21:11 +0000
committerRichard M. Stallman1996-04-11 18:21:11 +0000
commitae63ae522d6a43e87354cc439b078ca0d7138b53 (patch)
tree4c357b136e4e763a375add491d3caac2f4b5918b /src
parentdcde1278af17138c2be7b07426fb0cea2e7e373d (diff)
downloademacs-ae63ae522d6a43e87354cc439b078ca0d7138b53.tar.gz
emacs-ae63ae522d6a43e87354cc439b078ca0d7138b53.zip
(standard_args): Synchronize with startup.el.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index b6e97bc8c9e..ddc88607ebd 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1054,11 +1054,14 @@ struct standard_args standard_args[] =
1054 { "-g", "--geometry", 10, 1 }, 1054 { "-g", "--geometry", 10, 1 },
1055 { "-geometry", 0, 10, 1 }, 1055 { "-geometry", 0, 10, 1 },
1056 { "-T", "--title", 10, 1 }, 1056 { "-T", "--title", 10, 1 },
1057 { "-title", 0, 10, 1 },
1057 { "-name", "--name", 10, 1 }, 1058 { "-name", "--name", 10, 1 },
1059 { "-rn", 0, 10, 1 },
1058 { "-xrm", "--xrm", 10, 1 }, 1060 { "-xrm", "--xrm", 10, 1 },
1059 { "-r", "--reverse-video", 5, 0 }, 1061 { "-r", "--reverse-video", 5, 0 },
1060 { "-rv", 0, 5, 0 }, 1062 { "-rv", 0, 5, 0 },
1061 { "-reverse", 0, 5, 0 }, 1063 { "-reverse", 0, 5, 0 },
1064 { "-hb", "--horizontal-scroll-bars", 5, 0 },
1062 { "-vb", "--vertical-scroll-bars", 5, 0 }, 1065 { "-vb", "--vertical-scroll-bars", 5, 0 },
1063 /* These have the same priority as ordinary file name args, 1066 /* These have the same priority as ordinary file name args,
1064 so they are not reordered with respect to those. */ 1067 so they are not reordered with respect to those. */