(command-line-x-option-alist): -T sets only the title.
This commit is contained in:
parent
7775acb8ee
commit
2c3fef40b6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue