]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_create_frame): Use "borderWidth", not "borderwidth",
authorAndreas Schwab <schwab@suse.de>
Mon, 23 Mar 1998 12:56:25 +0000 (12:56 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 23 Mar 1998 12:56:25 +0000 (12:56 +0000)
as resource name, to be consistent with other X applications.

src/xfns.c

index 6b209b704a67cfda17820a4925b70c243b4604f5..809c2b45ee711321583d2f59b96e019e10fd1fb0 100644 (file)
@@ -3323,7 +3323,7 @@ This function is an internal primitive--use `make-frame' instead.")
 #endif
 
   x_default_parameter (f, parms, Qborder_width, make_number (2),
-                      "borderwidth", "BorderWidth", number);
+                      "borderWidth", "BorderWidth", number);
   /* This defaults to 2 in order to match xterm.  We recognize either
      internalBorderWidth or internalBorder (which is what xterm calls
      it).  */