(command-line-x-option-alist):
--title sets only the title. Allow -title as alias too.
This commit is contained in:
parent
3fed86ffd7
commit
7775acb8ee
1 changed files with 2 additions and 1 deletions
|
@ -164,6 +164,7 @@ 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)
|
||||
("-r" 0 x-handle-switch reverse t)
|
||||
|
@ -191,7 +192,7 @@ This is normally copied from `default-directory' when Emacs starts.")
|
|||
("--border-width" 1 x-handle-numeric-switch border-width)
|
||||
("--display" 1 x-handle-display)
|
||||
("--name" 1 x-handle-name-rn-switch)
|
||||
("--title" 1 x-handle-name-rn-switch)
|
||||
("--title" 1 x-handle-switch title)
|
||||
("--reverse-video" 0 x-handle-switch reverse t)
|
||||
("--font" 1 x-handle-switch font)
|
||||
("--internal-border" 1 x-handle-numeric-switch internal-border-width)
|
||||
|
|
Loading…
Add table
Reference in a new issue