]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-x-option-alist): Make --border-color set the border-color
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 5 Mar 2003 12:57:16 +0000 (12:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 5 Mar 2003 12:57:16 +0000 (12:57 +0000)
attribute, not border-width.

lisp/ChangeLog
lisp/startup.el

index 7e2c66ac8d0d09f95ce517b3e4a49b5409932549..af4afdd580772e074a5d1cfe026050439758b5c2 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-05  Juanma Barranquero  <lektu@terra.es>
+
+       * startup.el (command-line-x-option-alist): Make --border-color set
+       the border-color attribute, not border-width.
+
 2003-03-04  Rob Kaut  <rob@siworks.com>  (tiny change)
 
        * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region): Remove
index 0d9687e1558b95edb91b2990dc39d9a0c3851063..a9f2ffff405fb960ab5e3c878b44fbd8a86a000e 100644 (file)
@@ -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)