aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-28 07:59:35 +0000
committerRichard M. Stallman1996-06-28 07:59:35 +0000
commit0af583eff430597ee9e038d5bd9cec0ccf4c7224 (patch)
tree6e90be9f7691992ec5f49f9c12bcc2d1dddfd19c /src
parent66f229be7419318b0318398f6b9549f8e8558903 (diff)
downloademacs-0af583eff430597ee9e038d5bd9cec0ccf4c7224.tar.gz
emacs-0af583eff430597ee9e038d5bd9cec0ccf4c7224.zip
(standard_args): Delete `-rn' option.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 9677d5103b5..d4692045ca2 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1054,7 +1054,6 @@ struct standard_args standard_args[] =
1054 { "-T", "--title", 10, 1 }, 1054 { "-T", "--title", 10, 1 },
1055 { "-title", 0, 10, 1 }, 1055 { "-title", 0, 10, 1 },
1056 { "-name", "--name", 10, 1 }, 1056 { "-name", "--name", 10, 1 },
1057 { "-rn", 0, 10, 1 },
1058 { "-xrm", "--xrm", 10, 1 }, 1057 { "-xrm", "--xrm", 10, 1 },
1059 { "-r", "--reverse-video", 5, 0 }, 1058 { "-r", "--reverse-video", 5, 0 },
1060 { "-rv", 0, 5, 0 }, 1059 { "-rv", 0, 5, 0 },