Mercurial > emacs
changeset 21267:5396874c652c
(Fx_create_frame): Use "borderWidth", not "borderwidth",
as resource name, to be consistent with other X applications.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 23 Mar 1998 12:56:25 +0000 |
parents | af9641af8877 |
children | 74fc1642fe30 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Mon Mar 23 00:29:43 1998 +0000 +++ b/src/xfns.c Mon Mar 23 12:56:25 1998 +0000 @@ -3323,7 +3323,7 @@ #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). */