summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-11 05:23:19 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-11 05:23:19 +0000
commit146822bc2eac2457cf04163c5d4893dc84a3d8c0 (patch)
tree91a37b6af5223e8f216de3fbbeca14f0d2f160e2
parent73f1058442550bb9f3cb07f9a949d2f18c476e3a (diff)
downloademacs-146822bc2eac2457cf04163c5d4893dc84a3d8c0.tar.gz
(command-line-x-option-alist): -T sets only the title.
-rw-r--r--lisp/startup.el4
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)