mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(command-line-x-option-alist): -T sets only the title.
This commit is contained in:
parent
7775acb8ee
commit
2c3fef40b6
@ -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…
Reference in New Issue
Block a user