* xfns.c: Make resource manager work correctly even when
authorJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 05:09:02 +0000 (05:09 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 27 May 1993 05:09:02 +0000 (05:09 +0000)
commitac63d3d6db0c0b2d547013d676c4cf81a19ad82c
tree20a5b8c7a4e0ef3938bc637663c2542fd5bd3b33
parentb22fda6fe560c4b53a46ad18cf666d8f808828f9
* xfns.c: Make resource manager work correctly even when
Vinvocation_name has periods and asterisks in it.
(Vxrdb_name): New variable.
(Fx_get_resource): Use it instead of Vinvocation_name.
(Fx_open_connection): Initialize it to a copy of Vinvocation_name,
with the dots and stars replaced by hyphens.
(syms_of_xfns): staticpro it here.

* xfns.c (Fx_get_resource): Use the proper format string when the
attribute has been specified.
src/xfns.c