summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-03-23 12:56:25 +0000
committerAndreas Schwab <schwab@suse.de>1998-03-23 12:56:25 +0000
commitc33be4add61377aa784e961400d7f1021c6c2c04 (patch)
tree005e01832f141a414a6570d3aef09130b754aca1 /src
parent68a8818d73e611545e5c30c8500217a89d2e5f7a (diff)
downloademacs-c33be4add61377aa784e961400d7f1021c6c2c04.tar.gz
(Fx_create_frame): Use "borderWidth", not "borderwidth",
as resource name, to be consistent with other X applications.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
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). */