From 146822bc2eac2457cf04163c5d4893dc84a3d8c0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 11 Apr 1996 05:23:19 +0000 Subject: (command-line-x-option-alist): -T sets only the title. --- lisp/startup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- cgit v1.2.1