From: Juanma Barranquero Date: Wed, 5 Mar 2003 16:31:44 +0000 (+0000) Subject: (command-line-x-option-alist): Make --border-color set the border-color frame X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/7f944e8e3ca22742c361c0a8021e847bd4f76460 (command-line-x-option-alist): Make --border-color set the border-color frame parameter, not border-width. --- diff --git a/lisp/startup.el b/lisp/startup.el index 095ef413b3..b12c204206 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