Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c58a1a0c
Commit
c58a1a0c
authored
May 30, 1993
by
Richard M. Stallman
Browse files
(Fx_open_connection) [NO_XRM_SET_DATABASE]:
Don't call XrmsSetDatabase.
parent
28d72e6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/xfns.c
View file @
c58a1a0c
...
...
@@ -3447,7 +3447,7 @@ arg XRM_STRING is a string of resources in xrdb format.")
else
xrm_option
=
(
unsigned
char
*
)
0
;
xrdb
=
x_load_resources
(
x_current_display
,
xrm_option
,
EMACS_CLASS
);
#ifdef
HAVE_X11R5
#if
def
ined (
HAVE_X11R5
) && ! defined (NO_XRM_SET_DATBASE)
XrmSetDatabase
(
x_current_display
,
xrdb
);
#else
x_current_display
->
db
=
xrdb
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment