summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-28 07:58:29 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-28 07:58:29 +0000
commit2e6a3198b5f16856624be791161a8b2708fc2452 (patch)
tree03080c0f5546b409a4b8d02f09f185a8b45d121d
parent5ade4996517890bdd4bf3b460e24ab014571e837 (diff)
downloademacs-2e6a3198b5f16856624be791161a8b2708fc2452.tar.gz
(command-line-x-option-alist): Don't handle -rn.
x-handle-name-rn-switch renamed to x-handle-name-switch.
-rw-r--r--lisp/startup.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 5e9bfdc3bfd..a3aafc7454f 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -163,8 +163,7 @@ This is normally copied from `default-directory' when Emacs starts.")
'(("-bw" 1 x-handle-numeric-switch border-width)
("-d" 1 x-handle-display)
("-display" 1 x-handle-display)
- ("-name" 1 x-handle-name-rn-switch)
- ("-rn" 1 x-handle-name-rn-switch)
+ ("-name" 1 x-handle-name-switch)
("-title" 1 x-handle-switch title)
("-T" 1 x-handle-switch title)
("-r" 0 x-handle-switch reverse t)
@@ -191,7 +190,7 @@ This is normally copied from `default-directory' when Emacs starts.")
("-bd" 1 x-handle-switch)
("--border-width" 1 x-handle-numeric-switch border-width)
("--display" 1 x-handle-display)
- ("--name" 1 x-handle-name-rn-switch)
+ ("--name" 1 x-handle-name-switch)
("--title" 1 x-handle-switch title)
("--reverse-video" 0 x-handle-switch reverse t)
("--font" 1 x-handle-switch font)