Mercurial > emacs
changeset 50027:95d928fb74f3
(command-line-x-option-alist): Make --border-color set the border-color frame
parameter, not border-width.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 05 Mar 2003 16:31:44 +0000 |
parents | 31ca6635274f |
children | 601653a63afc |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Wed Mar 05 10:38:24 2003 +0000 +++ b/lisp/startup.el Wed Mar 05 16:31:44 2003 +0000 @@ -241,7 +241,7 @@ ("--cursor-color" 1 x-handle-switch cursor-color) ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) ("--line-spacing" 1 x-handle-numeric-switch line-spacing) - ("--border-color" 1 x-handle-switch border-width) + ("--border-color" 1 x-handle-switch border-color) ("--smid" 1 x-handle-smid)) "Alist of X Windows options. Each element has the form