]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-x-option-alist):
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Apr 1996 05:10:40 +0000 (05:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Apr 1996 05:10:40 +0000 (05:10 +0000)
--title sets only the title.  Allow -title as alias too.

lisp/startup.el

index 1fd2b37de67cf345b1316d398e0cf6cf567f265f..2de8380c17baf3a98430b72b172d06f41d7d04a1 100644 (file)
@@ -164,6 +164,7 @@ 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)
     ("-r" 0 x-handle-switch reverse t)
@@ -191,7 +192,7 @@ This is normally copied from `default-directory' when Emacs starts.")
     ("--border-width" 1 x-handle-numeric-switch border-width)
     ("--display" 1 x-handle-display)
     ("--name" 1 x-handle-name-rn-switch)
-    ("--title" 1 x-handle-name-rn-switch)
+    ("--title" 1 x-handle-switch title)
     ("--reverse-video" 0 x-handle-switch reverse t)
     ("--font" 1 x-handle-switch font)
     ("--internal-border" 1 x-handle-numeric-switch internal-border-width)