From: Richard M. Stallman Date: Fri, 28 Jun 1996 07:59:35 +0000 (+0000) Subject: (standard_args): Delete `-rn' option. X-Git-Tag: emacs-19.34~323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0af583eff430597ee9e038d5bd9cec0ccf4c7224;p=emacs.git (standard_args): Delete `-rn' option. --- 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[] = { "-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 },