Mercurial > emacs
changeset 14986:fd48987ee591
(command-line-x-option-alist): -T sets only the title.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 11 Apr 1996 05:23:19 +0000 |
parents | c0edd24119bc |
children | 5457cf99d7e1 |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)