Mercurial > emacs
changeset 3303:8b23f00096e5
(Fx_open_connection) [NO_XRM_SET_DATABASE]:
Don't call XrmsSetDatabase.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 May 1993 18:43:01 +0000 |
parents | 836e5b3e6fe6 |
children | eed494603359 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;