changeset 15537:92107cc54a5f

(command-line-x-option-alist): Don't handle -rn. x-handle-name-rn-switch renamed to x-handle-name-switch.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Jun 1996 07:58:29 +0000
parents fb218a8bd186
children 9ed106f6e1be
files lisp/startup.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Fri Jun 28 07:48:15 1996 +0000
+++ b/lisp/startup.el	Fri Jun 28 07:58:29 1996 +0000
@@ -163,8 +163,7 @@
   '(("-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 @@
     ("-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)