From: Andreas Schwab Date: Mon, 23 Mar 1998 12:56:25 +0000 (+0000) Subject: (Fx_create_frame): Use "borderWidth", not "borderwidth", X-Git-Tag: emacs-20.3~1807 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c33be4add61377aa784e961400d7f1021c6c2c04;p=emacs.git (Fx_create_frame): Use "borderWidth", not "borderwidth", as resource name, to be consistent with other X applications. --- diff --git a/src/xfns.c b/src/xfns.c index 6b209b704a6..809c2b45ee7 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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). */