Mercurial > emacs
changeset 14985:c0edd24119bc
(command-line-x-option-alist):
--title sets only the title. Allow -title as alias too.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 11 Apr 1996 05:10:40 +0000 |
parents | e8a969370f33 |
children | fd48987ee591 |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Thu Apr 11 04:13:07 1996 +0000 +++ b/lisp/startup.el Thu Apr 11 05:10:40 1996 +0000 @@ -164,6 +164,7 @@ ("-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 @@ ("--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)