diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-03-05 16:31:44 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-03-05 16:31:44 +0000 |
commit | 7f944e8e3ca22742c361c0a8021e847bd4f76460 (patch) | |
tree | 87df2d9f1b5e64b836260b9fe6e7a11d3ad3d6ba /lisp/startup.el | |
parent | 30aa9e510e78dbe080014e84230288c1c3fd534f (diff) | |
download | emacs-7f944e8e3ca22742c361c0a8021e847bd4f76460.tar.gz |
(command-line-x-option-alist): Make --border-color set the border-color frame
parameter, not border-width.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 095ef413b38..b12c2042066 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -241,7 +241,7 @@ This is normally copied from `default-directory' when Emacs starts.") ("--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 |