From: Richard M. Stallman Date: Thu, 11 Apr 1996 05:23:19 +0000 (+0000) Subject: (command-line-x-option-alist): -T sets only the title. X-Git-Tag: emacs-19.34~874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c3fef40b6c0c84848d9ea8fe80b236e463f9045;p=emacs.git (command-line-x-option-alist): -T sets only the title. --- diff --git a/lisp/startup.el b/lisp/startup.el index 2de8380c17b..5e9bfdc3bfd 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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)