]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-x-option-alist): Don't handle -rn.
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Jun 1996 07:58:29 +0000 (07:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Jun 1996 07:58:29 +0000 (07:58 +0000)
x-handle-name-rn-switch renamed to x-handle-name-switch.

lisp/startup.el

index 5e9bfdc3bfdfb84d1e72593ba438fdf4995442a3..a3aafc7454fc5bd5a578eeb47d89469a89a39e9c 100644 (file)
@@ -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)