From: Juanma Barranquero Date: Wed, 5 Mar 2003 12:57:16 +0000 (+0000) Subject: (command-line-x-option-alist): Make --border-color set the border-color X-Git-Tag: emacs-21.3~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d52d0ae8af9000396e685d85be69abbe1ae19ea5;p=emacs.git (command-line-x-option-alist): Make --border-color set the border-color attribute, not border-width. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e2c66ac8d0..af4afdd5807 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-03-05 Juanma Barranquero + + * startup.el (command-line-x-option-alist): Make --border-color set + the border-color attribute, not border-width. + 2003-03-04 Rob Kaut (tiny change) * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region): Remove diff --git a/lisp/startup.el b/lisp/startup.el index 0d9687e1558..a9f2ffff405 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -225,7 +225,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)) "Alist of X Windows options. Each element has the form (NAME NUMARGS HANDLER FRAME-PARAM VALUE)