(command-line-x-option-alist): Make --border-color set the border-color frame
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 5 Mar 2003 16:31:44 +0000 (16:31 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 5 Mar 2003 16:31:44 +0000 (16:31 +0000)
parameter, not border-width.

lisp/startup.el

index 095ef41..b12c204 100644 (file)
@@ -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