]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-x-option-alist): -T sets only the title.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Apr 1996 05:23:19 +0000 (05:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Apr 1996 05:23:19 +0000 (05:23 +0000)
lisp/startup.el

index 2de8380c17baf3a98430b72b172d06f41d7d04a1..5e9bfdc3bfdfb84d1e72593ba438fdf4995442a3 100644 (file)
@@ -164,9 +164,9 @@ This is normally copied from `default-directory' when Emacs starts.")
     ("-d" 1 x-handle-display)
     ("-display" 1 x-handle-display)
     ("-name" 1 x-handle-name-rn-switch)
-    ("-title" 1 x-handle-switch title)
     ("-rn" 1 x-handle-name-rn-switch)
-    ("-T" 1 x-handle-switch name)
+    ("-title" 1 x-handle-switch title)
+    ("-T" 1 x-handle-switch title)
     ("-r" 0 x-handle-switch reverse t)
     ("-rv" 0 x-handle-switch reverse t)
     ("-reverse" 0 x-handle-switch reverse t)