diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 3 |
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. */ |