diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-11 05:23:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-11 05:23:19 +0000 |
commit | 2c3fef40b6c0c84848d9ea8fe80b236e463f9045 (patch) | |
tree | 3f192f064ab22ac3117188eab0d8a10949eda5da /lisp | |
parent | 7775acb8ee2e35ccb8ce1838a232d046bc26341f (diff) | |
download | emacs-2c3fef40b6c0c84848d9ea8fe80b236e463f9045.tar.gz emacs-2c3fef40b6c0c84848d9ea8fe80b236e463f9045.tar.bz2 emacs-2c3fef40b6c0c84848d9ea8fe80b236e463f9045.zip |
(command-line-x-option-alist): -T sets only the title.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/startup.el | 4 |
1 files 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) |