Mercurial > emacs
changeset 4367:f3657047d549
* xfns.c (Fx_open_connection): Test the CPP symbol
HAVE_XRMSETDATABASE to decide whether or not to call
XrmSetDatabase.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 31 Jul 1993 01:32:23 +0000 |
parents | 04bd0c1a6245 |
children | 9a9867a9ee67 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sat Jul 31 01:31:46 1993 +0000 +++ b/src/xfns.c Sat Jul 31 01:32:23 1993 +0000 @@ -3560,7 +3560,7 @@ (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;