aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-30 18:43:01 +0000
committerRichard M. Stallman <[email protected]>1993-05-30 18:43:01 +0000
commitc58a1a0cafb86274a04f860dbba6c4052e076ce2 (patch)
treef1246a0fec7ee867d79f621c4ae6127699f50035 /src/xfns.c
parent28d72e6d68de29447e65b5b3816bbaae5390b88f (diff)
(Fx_open_connection) [NO_XRM_SET_DATABASE]:
Don't call XrmsSetDatabase.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 4ff2e1ab5c..1afdb33a5c 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -3447,7 +3447,7 @@ arg XRM_STRING is a string of resources in xrdb format.")
else
xrm_option = (unsigned char *) 0;
xrdb = x_load_resources (x_current_display, xrm_option, EMACS_CLASS);
-#ifdef HAVE_X11R5
+#if defined (HAVE_X11R5) && ! defined (NO_XRM_SET_DATBASE)
XrmSetDatabase (x_current_display, xrdb);
#else
x_current_display->db = xrdb;