# HG changeset patch # User Richard M. Stallman # Date 829199440 0 # Node ID c0edd24119bc2d27a6deb0bb37d6ba3fdaf32db1 # Parent e8a969370f3362ba443fd5e5e8f75cbf9368db2b (command-line-x-option-alist): --title sets only the title. Allow -title as alias too. diff -r e8a969370f33 -r c0edd24119bc lisp/startup.el --- a/lisp/startup.el Thu Apr 11 04:13:07 1996 +0000 +++ b/lisp/startup.el Thu Apr 11 05:10:40 1996 +0000 @@ -164,6 +164,7 @@ ("-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 @@ ("--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)