aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1998-03-23 12:56:25 +0000
committerAndreas Schwab1998-03-23 12:56:25 +0000
commitc33be4add61377aa784e961400d7f1021c6c2c04 (patch)
tree005e01832f141a414a6570d3aef09130b754aca1 /src
parent68a8818d73e611545e5c30c8500217a89d2e5f7a (diff)
downloademacs-c33be4add61377aa784e961400d7f1021c6c2c04.tar.gz
emacs-c33be4add61377aa784e961400d7f1021c6c2c04.zip
(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.")
3323#endif 3323#endif
3324 3324
3325 x_default_parameter (f, parms, Qborder_width, make_number (2), 3325 x_default_parameter (f, parms, Qborder_width, make_number (2),
3326 "borderwidth", "BorderWidth", number); 3326 "borderWidth", "BorderWidth", number);
3327 /* This defaults to 2 in order to match xterm. We recognize either 3327 /* This defaults to 2 in order to match xterm. We recognize either
3328 internalBorderWidth or internalBorder (which is what xterm calls 3328 internalBorderWidth or internalBorder (which is what xterm calls
3329 it). */ 3329 it). */