# HG changeset patch # User Richard M. Stallman # Date 738787381 0 # Node ID 8b23f00096e5782ac4454495e560acd3867b743f # Parent 836e5b3e6fe6ba36016ed052190889569a6d14f7 (Fx_open_connection) [NO_XRM_SET_DATABASE]: Don't call XrmsSetDatabase. diff -r 836e5b3e6fe6 -r 8b23f00096e5 src/xfns.c --- a/src/xfns.c Sun May 30 18:37:36 1993 +0000 +++ b/src/xfns.c Sun May 30 18:43:01 1993 +0000 @@ -3447,7 +3447,7 @@ 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;