# HG changeset patch # User Richard M. Stallman # Date 829200199 0 # Node ID fd48987ee591a1914574acfef3ebd2b499907099 # Parent c0edd24119bc2d27a6deb0bb37d6ba3fdaf32db1 (command-line-x-option-alist): -T sets only the title. diff -r c0edd24119bc -r fd48987ee591 lisp/startup.el --- a/lisp/startup.el Thu Apr 11 05:10:40 1996 +0000 +++ b/lisp/startup.el Thu Apr 11 05:23:19 1996 +0000 @@ -164,9 +164,9 @@ ("-d" 1 x-handle-display) ("-display" 1 x-handle-display) ("-name" 1 x-handle-name-rn-switch) + ("-rn" 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) + ("-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)