]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (Fx_open_connection): Test the CPP symbol
authorJim Blandy <jimb@redhat.com>
Sat, 31 Jul 1993 01:32:23 +0000 (01:32 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 31 Jul 1993 01:32:23 +0000 (01:32 +0000)
HAVE_XRMSETDATABASE to decide whether or not to call
XrmSetDatabase.

src/xfns.c

index 6b9a90f484b206bb5ffbf9e1d207d6fc0bc61907..07925ebb0ed29a2ea52517845bf54b7efdae2adc 100644 (file)
@@ -3560,7 +3560,7 @@ Optional second arg XRM_STRING is a string of resources in xrdb format.")
                           (char *) XSTRING (Vx_resource_name)->data,
                           EMACS_CLASS);
   UNBLOCK_INPUT;
-#if defined (HAVE_X11R5)
+#ifdef HAVE_XRMSETDATABASE
   XrmSetDatabase (x_current_display, xrdb);
 #else
   x_current_display->db = xrdb;