]> code.delx.au - gnu-emacs/commitdiff
(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 095ef413b38493642d00cf6ff48b6ba313385d51..b12c204206651228a9e602d1b2519e5a157922bc 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