diff options
| author | Richard M. Stallman | 1993-05-30 18:43:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-30 18:43:01 +0000 |
| commit | c58a1a0cafb86274a04f860dbba6c4052e076ce2 (patch) | |
| tree | f1246a0fec7ee867d79f621c4ae6127699f50035 /src | |
| parent | 28d72e6d68de29447e65b5b3816bbaae5390b88f (diff) | |
| download | emacs-c58a1a0cafb86274a04f860dbba6c4052e076ce2.tar.gz emacs-c58a1a0cafb86274a04f860dbba6c4052e076ce2.zip | |
(Fx_open_connection) [NO_XRM_SET_DATABASE]:
Don't call XrmsSetDatabase.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 4ff2e1ab5c8..1afdb33a5c8 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3447,7 +3447,7 @@ arg XRM_STRING is a string of resources in xrdb format.") | |||
| 3447 | else | 3447 | else |
| 3448 | xrm_option = (unsigned char *) 0; | 3448 | xrm_option = (unsigned char *) 0; |
| 3449 | xrdb = x_load_resources (x_current_display, xrm_option, EMACS_CLASS); | 3449 | xrdb = x_load_resources (x_current_display, xrm_option, EMACS_CLASS); |
| 3450 | #ifdef HAVE_X11R5 | 3450 | #if defined (HAVE_X11R5) && ! defined (NO_XRM_SET_DATBASE) |
| 3451 | XrmSetDatabase (x_current_display, xrdb); | 3451 | XrmSetDatabase (x_current_display, xrdb); |
| 3452 | #else | 3452 | #else |
| 3453 | x_current_display->db = xrdb; | 3453 | x_current_display->db = xrdb; |